From 37f5569909d2b5a80e7f55b7b5d38d25ee2f0b5e Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Sat, 4 Nov 2017 19:14:34 +0100 Subject: @@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 --- sql/sql_class.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/sql_class.h') diff --git a/sql/sql_class.h b/sql/sql_class.h index 66c490c6acf..f78c181fdd5 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -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; /** -- cgit v1.2.1