summaryrefslogtreecommitdiff
path: root/mysql-test/r/mysqld--help.result
diff options
context:
space:
mode:
authorSergei Petrunia <psergey@askmonty.org>2016-06-01 23:43:11 +0300
committerSergei Petrunia <psergey@askmonty.org>2016-06-01 23:43:11 +0300
commit5a5a54f7b4cb03d8d8bf6199baa52bdc2b5350b7 (patch)
tree9a7902f4ebfca4a47e695eba1f1aa71a1c54eb3f /mysql-test/r/mysqld--help.result
parenta85f6533f13a02a0b0547656a5ff918a1d91d887 (diff)
downloadmariadb-git-5a5a54f7b4cb03d8d8bf6199baa52bdc2b5350b7.tar.gz
MDEV-8989: ORDER BY optimizer ignores equality propagation
Post-fix #2: - Update test results - Make the optimization conditional under @@optimizer_switch flag. - The optimization is now disabled by default, so .result files are changed back to be what they were before the MDEV-8989 patch.
Diffstat (limited to 'mysql-test/r/mysqld--help.result')
-rw-r--r--mysql-test/r/mysqld--help.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/mysqld--help.result b/mysql-test/r/mysqld--help.result
index f6e7c54745f..93027e2bba4 100644
--- a/mysql-test/r/mysqld--help.result
+++ b/mysql-test/r/mysqld--help.result
@@ -580,7 +580,7 @@ The following options may be given as the first argument:
semijoin_with_cache, join_cache_incremental,
join_cache_hashed, join_cache_bka,
optimize_join_buffer_size, table_elimination,
- extended_keys, exists_to_in
+ extended_keys, exists_to_in, orderby_uses_equalities
--optimizer-use-condition-selectivity=#
Controls selectivity of which conditions the optimizer
takes into account to calculate cardinality of a partial