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:
dsandersoremutah
2006-07-20 22:35:37 +00:00
parent 1fef39b6d1
commit 04225caae2
2 changed files with 544 additions and 513 deletions

View File

@@ -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,

File diff suppressed because it is too large Load Diff