Home
last modified time | relevance | path

Searched refs:getAIRange (Results 1 – 16 of 16) sorted by relevance

/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/versioning/BRM/
H A Dautoincrementmanager.h50 EXPORT bool getAIRange(uint32_t OID, uint64_t count, uint64_t* firstNum);
H A Dautoinctest.cpp44 ret = dbrm.getAIRange(12345, 110000, &firstNum); in doGetRange()
H A Dautoincrementmanager.cpp71 bool AutoincrementManager::getAIRange(uint32_t oid, uint64_t count, uint64_t* firstNum) in getAIRange() function in BRM::AutoincrementManager
H A Ddbrm.h1003 EXPORT bool getAIRange(uint32_t OID, uint32_t count, uint64_t* firstNum);
H A Ddbrm.cpp4343 bool DBRM::getAIRange(uint32_t OID, uint32_t count, uint64_t* firstNum) in getAIRange() function in BRM::DBRM
4377 return getAIRange(OID, 0, value); in getAIValue()
H A Dmasterdbrmnode.cpp2601 ret = aiManager.getAIRange(oid, count, &nextVal); in doGetAIRange()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/versioning/BRM/
H A Dautoincrementmanager.h50 EXPORT bool getAIRange(uint32_t OID, uint64_t count, uint64_t* firstNum);
H A Dautoinctest.cpp44 ret = dbrm.getAIRange(12345, 110000, &firstNum); in doGetRange()
H A Dautoincrementmanager.cpp71 bool AutoincrementManager::getAIRange(uint32_t oid, uint64_t count, uint64_t* firstNum) in getAIRange() function in BRM::AutoincrementManager
H A Ddbrm.h1003 EXPORT bool getAIRange(uint32_t OID, uint32_t count, uint64_t* firstNum);
H A Ddbrm.cpp4343 bool DBRM::getAIRange(uint32_t OID, uint32_t count, uint64_t* firstNum) in getAIRange() function in BRM::DBRM
4377 return getAIRange(OID, 0, value); in getAIValue()
H A Dmasterdbrmnode.cpp2601 ret = aiManager.getAIRange(oid, count, &nextVal); in doGetAIRange()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/server/
H A Dwe_dmlcommandproc.cpp321 bool reserved = fDbrm.getAIRange(oid, 1, &nextVal); in processSingleInsert()
1191 bool reserved = fDbrm.getAIRange(oid, nextValNeeded, &nextVal); in processBatchInsert()
1977 bool reserved = fDbrm.getAIRange(oid, nextValNeeded, &nextVal); in processBatchInsertBinary()
3651 bool reserved = fDbrm.getAIRange(oid, rowsThisRowgroup, &nextVal); in processUpdate()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/server/
H A Dwe_dmlcommandproc.cpp321 bool reserved = fDbrm.getAIRange(oid, 1, &nextVal); in processSingleInsert()
1191 bool reserved = fDbrm.getAIRange(oid, nextValNeeded, &nextVal); in processBatchInsert()
1977 bool reserved = fDbrm.getAIRange(oid, nextValNeeded, &nextVal); in processBatchInsertBinary()
3651 bool reserved = fDbrm.getAIRange(oid, rowsThisRowgroup, &nextVal); in processUpdate()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/shared/
H A Dwe_brm.cpp141 bool gotFullRange = blockRsltnMgrPtr->getAIRange( in getAutoIncrementRange()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/shared/
H A Dwe_brm.cpp141 bool gotFullRange = blockRsltnMgrPtr->getAIRange( in getAutoIncrementRange()