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/r/mysqld--help.result | |
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/r/mysqld--help.result')
-rw-r--r-- | mysql-test/r/mysqld--help.result | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mysql-test/r/mysqld--help.result b/mysql-test/r/mysqld--help.result index e9c7047e492..cb538a352bc 100644 --- a/mysql-test/r/mysqld--help.result +++ b/mysql-test/r/mysqld--help.result @@ -336,10 +336,6 @@ The following options may be given as the first argument: Specifies a directory to add to the ignore list when collecting database names from the datadir. Put a blank argument to reset the list accumulated so far. - --in-subquery-conversion-threshold[=#] - The minimum number of scalar elements in the value list - of IN predicate that triggers its conversion to IN - subquery --init-connect=name Command(s) that are executed for each new connection (unless the user has SUPER privilege) --init-file=name Read SQL commands from this file at startup @@ -1415,7 +1411,6 @@ idle-transaction-timeout 0 idle-write-transaction-timeout 0 ignore-builtin-innodb FALSE ignore-db-dirs -in-subquery-conversion-threshold 1000 init-connect init-file (No default value) init-rpl-role MASTER |