mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +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:
@ -704,7 +704,7 @@ typedef struct system_variables
|
||||
uint idle_write_transaction_timeout;
|
||||
uint column_compression_threshold;
|
||||
uint column_compression_zlib_level;
|
||||
ulong in_subquery_conversion_threshold;
|
||||
uint in_subquery_conversion_threshold;
|
||||
} SV;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user