mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-07-17 02:56:07 -04:00
Merge branch 'master' of https://github.com/privacore/open-source-search-engine
This commit is contained in:
@ -109,16 +109,14 @@ bool RdbBase::init(const char *dir,
|
||||
Rdb *rdb,
|
||||
bool useIndexFile) {
|
||||
|
||||
if(!dir)
|
||||
gbshutdownLogicError();
|
||||
|
||||
m_didRepair = false;
|
||||
top:
|
||||
// reset all
|
||||
reset();
|
||||
|
||||
// sanity
|
||||
if ( ! dir )
|
||||
gbshutdownLogicError();
|
||||
|
||||
sprintf(m_collectionDirName, "%scoll.%s.%" PRId32, dir, coll, (int32_t)collnum);
|
||||
|
||||
// logDebugAdmin
|
||||
|
Reference in New Issue
Block a user