FLAIM. Fixed mis-typed member of OPT_INFO structure.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@981 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
ahodgkinson
2006-10-11 23:07:44 +00:00
parent 9619c9d051
commit efdaf6d989

View File

@@ -663,7 +663,7 @@
FLMUINT uiIxNum; ///< Index used to execute query if eOptType is qOptTypes::QOPT_USING_INDEX.
FLMBOOL bDoRecMatch; ///< Record must be retrieved to test against query criteria.\ Only valid
///< if OPT_INFO::eOptType is qOptTypes::QOPT_USING_INDEX.
FLMUINT bDoKeyMatch; ///< Must match against index keys. Only valid if OPT_INFO::eOptType is qOptTypes::QOPT_USING_INDEX.
FLMBOOL bDoKeyMatch; ///< Must match against index keys. Only valid if OPT_INFO::eOptType is qOptTypes::QOPT_USING_INDEX.
FLMUINT uiDrn; ///< DRN to read if OPT_INFO::eOptType is qOptTypes::QOPT_SINGLE_RECORD_READ.
} OPT_INFO;