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:
@@ -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()))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user