Added code to create block chain table LFH.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@491 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -3326,6 +3326,11 @@ RCODE F_Db::dictCreate( void)
|
||||
{
|
||||
goto Exit;
|
||||
}
|
||||
if (RC_BAD(rc = m_pDatabase->lFileCreate( this, &TempLFile,
|
||||
SFLM_TBLNUM_BLOCK_CHAINS, SFLM_LF_TABLE, FALSE, TRUE, 0)))
|
||||
{
|
||||
goto Exit;
|
||||
}
|
||||
|
||||
// Create the dictionary indexes
|
||||
|
||||
@@ -3375,8 +3380,6 @@ RCODE F_Db::dictCreate( void)
|
||||
goto Exit;
|
||||
}
|
||||
|
||||
//visit - create maintenance tables and indexes
|
||||
|
||||
// Create a new dictionary we can work with.
|
||||
|
||||
if (RC_BAD( rc = createNewDict()))
|
||||
|
||||
Reference in New Issue
Block a user