diff options
author | Sergei Golubchik <serg@mariadb.org> | 2017-11-04 19:14:34 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2017-12-21 23:36:00 +0100 |
commit | 37f5569909d2b5a80e7f55b7b5d38d25ee2f0b5e (patch) | |
tree | 67533578c81f331955491101e1cb76a3819bfd8d /mysql-test/t/mysqld--help.test | |
parent | 9ec2479778269fb33194c088216119d4f1dca58d (diff) | |
download | mariadb-git-37f5569909d2b5a80e7f55b7b5d38d25ee2f0b5e.tar.gz |
@@in_predicate_conversion_threshold
* rename in_subquery_conversion_threshold to in_predicate_conversion_threshold
* make it debug-only, hide from users
* change from ulong to uint - same type and range on all architectures
Diffstat (limited to 'mysql-test/t/mysqld--help.test')
-rw-r--r-- | mysql-test/t/mysqld--help.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/mysqld--help.test b/mysql-test/t/mysqld--help.test index 520384f3ab3..27d3286685b 100644 --- a/mysql-test/t/mysqld--help.test +++ b/mysql-test/t/mysqld--help.test @@ -30,7 +30,7 @@ perl; feedback debug temp-pool ssl des-key-file xtradb sequence thread-concurrency super-large-pages mutex-deadlock-detector connect null-audit aria oqgraph sphinx thread-handling - test-sql-discovery query-cache-info + test-sql-discovery query-cache-info in-predicate-conversion-threshold query-response-time metadata-lock-info locales unix-socket wsrep file-key-management cracklib-password-check user-variables/; |