diff --git a/sql/src/fdict.cpp b/sql/src/fdict.cpp index 95bcb9b..cb7994e 100644 --- a/sql/src/fdict.cpp +++ b/sql/src/fdict.cpp @@ -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()))