diff options
| author | Shauren <shauren.trinity@gmail.com> | 2023-04-27 00:17:25 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2023-04-27 00:17:25 +0200 |
| commit | f540477fed7a03f4615b818482cd7b4a47759222 (patch) | |
| tree | d7d1e60f6a9eb89dc34d950665e06ff13fa65f11 /src/common/DataStores/DB2FileLoader.h | |
| parent | 7eb4a67ae7250af4dd174452419f25023c46068f (diff) | |
Core/DataStores: Optimized DB2Storage::begin to remove searching for lowest id on every call
Diffstat (limited to 'src/common/DataStores/DB2FileLoader.h')
| -rw-r--r-- | src/common/DataStores/DB2FileLoader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/DataStores/DB2FileLoader.h b/src/common/DataStores/DB2FileLoader.h index 46692708bdf..b8e8e222a8b 100644 --- a/src/common/DataStores/DB2FileLoader.h +++ b/src/common/DataStores/DB2FileLoader.h @@ -204,6 +204,7 @@ public: uint32 GetRecordCopyCount() const; uint32 GetTableHash() const { return _header.TableHash; } uint32 GetLayoutHash() const { return _header.LayoutHash; } + uint32 GetMinId() const; uint32 GetMaxId() const; DB2Header const& GetHeader() const { return _header; } |
