Latest round of changes for SQL query optimization.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@709 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
dsandersoremutah
2006-07-25 22:40:53 +00:00
parent 33e39a5d44
commit a7e6b942f8
20 changed files with 1435 additions and 476 deletions

View File

@@ -49,6 +49,8 @@ typedef struct TABLE_ITEM
{
FLMUINT uiTableNum;
const char * pszTableAlias;
FLMUINT uiIndexNum;
FLMBOOL bScan;
} TABLE_ITEM;
typedef enum
@@ -216,6 +218,7 @@ private:
RCODE getIndexName(
FLMBOOL bMustExist,
F_TABLE * pTable,
char * pszIndexName,
FLMUINT uiIndexNameBufSize,
FLMUINT * puiIndexNameLen,