Added various SQL statements: create database, create table, create index. Did some code reshuffling.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@619 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
dsandersoremutah
2006-06-28 20:40:19 +00:00
parent 3b7f239230
commit 1001afe772
17 changed files with 4662 additions and 1339 deletions

View File

@@ -96,6 +96,7 @@ RCODE F_Db::keyRetrieve(
// Make sure it is a valid index definition
pIndex = m_pDict->getIndex( uiIndex);
pLFile = &pIndex->lfInfo;
if (RC_BAD( rc = flushKeys()))
{