summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r--sql/sql_class.h2
1 files changed, 1 insertions, 1 deletions
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;
/**