1
0
Fork 0

Activated use-indexes instead of use-index-range in test

This commit is contained in:
Michael Hackstein 2015-10-13 09:35:18 +02:00
parent c8210551d7
commit 356cc4306f
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
/*global assertEqual, assertTrue, AQL_EXPLAIN */ /*global assertEqual, assertTrue, AQL_EXPLAIN */
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
/// @brief tests for optimizer rule use index-range /// @brief tests for optimizer rule use indexes
/// ///
/// @file /// @file
/// ///
@ -38,7 +38,7 @@ var removeAlwaysOnClusterRules = helper.removeAlwaysOnClusterRules;
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
function optimizerRuleUseIndexRangeTester () { function optimizerRuleUseIndexRangeTester () {
var ruleName = "use-index-range"; var ruleName = "use-indexes";
var collBaseName = "UTUseIndexRange"; var collBaseName = "UTUseIndexRange";
var collNames = ["NoInd", "SkipInd", "HashInd", "BothInd"]; var collNames = ["NoInd", "SkipInd", "HashInd", "BothInd"];
var collNoInd; var collNoInd;