Changed routines for building from and until search keys for queries to be able to use multiple components for compound indexes.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@692 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -53,7 +53,8 @@ public:
|
||||
F_Db * pDb,
|
||||
F_INDEX * pIndex,
|
||||
F_TABLE * pTable,
|
||||
SQL_PRED * pPred,
|
||||
SQL_PRED ** ppKeyComponents,
|
||||
FLMUINT uiComponentsUsed,
|
||||
FLMBOOL * pbDoRowMatch,
|
||||
FLMBOOL * pbCanCompareOnKey,
|
||||
FLMUINT64 * pui64LeafBlocksBetween,
|
||||
@@ -319,7 +320,8 @@ RCODE flmBuildFromAndUntilKeys(
|
||||
F_Dict * pDict,
|
||||
F_INDEX * pIndex,
|
||||
F_TABLE * pTable,
|
||||
SQL_PRED * pPred,
|
||||
SQL_PRED ** ppKeyComponents,
|
||||
FLMUINT uiComponentsUsed,
|
||||
F_DataVector * pFromSearchKey,
|
||||
FLMBYTE * pucFromKey,
|
||||
FLMUINT * puiFromKeyLen,
|
||||
|
||||
1051
sql/src/kybldkey.cpp
1051
sql/src/kybldkey.cpp
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user