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:
@@ -515,7 +515,7 @@ RCODE SQLStatement::processCreateIndex(
|
||||
|
||||
// Get the index name - index name must NOT already exist
|
||||
|
||||
if (RC_BAD( rc = getIndexName( FALSE, szIndexName, sizeof( szIndexName),
|
||||
if (RC_BAD( rc = getIndexName( FALSE, NULL, szIndexName, sizeof( szIndexName),
|
||||
&uiIndexNameLen, &pIndex)))
|
||||
{
|
||||
goto Exit;
|
||||
|
||||
Reference in New Issue
Block a user