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:
@@ -203,9 +203,10 @@ RCODE F_Db::keyRetrieve(
|
||||
FLMINT iTmpCmp;
|
||||
|
||||
if (RC_BAD( rc = ixKeyCompare( this, pIndex,
|
||||
pSearchKey, NULL, NULL,
|
||||
(uiIdMatchFlags == FLM_MATCH_ROW_ID) ? TRUE : FALSE,
|
||||
pSearchKey, NULL,
|
||||
pucFoundKey, uiFoundKeyLen,
|
||||
pSearchKey, NULL,
|
||||
pucSearchKey, uiSearchKeyLen, &iTmpCmp)))
|
||||
{
|
||||
goto Exit;
|
||||
|
||||
Reference in New Issue
Block a user