mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
@@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
This commit is contained in:
@ -19,6 +19,7 @@ select * from information_schema.system_variables
|
||||
variable_name not like 'debug%' and
|
||||
variable_name not like 'wsrep%' and
|
||||
variable_name not in (
|
||||
'in_predicate_conversion_threshold',
|
||||
'have_openssl',
|
||||
'have_symlink',
|
||||
'hostname',
|
||||
|
Reference in New Issue
Block a user