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:
dsandersoremutah
2006-05-31 19:33:19 +00:00
parent 78bd30e364
commit f42290bd6c

View File

@@ -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()))