mirror of
https://github.com/MariaDB/server.git
synced 2025-07-07 06:01:31 +03:00
* 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
9 lines
255 B
Plaintext
9 lines
255 B
Plaintext
--source include/have_debug.inc
|
|
--source include/word_size.inc
|
|
|
|
--vertical_results
|
|
select * from information_schema.system_variables
|
|
where variable_name like 'debug%'
|
|
or variable_name = 'in_predicate_conversion_threshold'
|
|
order by variable_name;
|