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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h
index 609d4ad23eb..d2b57b4d2b9 100644
--- a/sql/sql_class.h
+++ b/sql/sql_class.h
@@ -691,6 +691,7 @@ typedef struct system_variables
uint idle_transaction_timeout;
uint idle_readonly_transaction_timeout;
uint idle_readwrite_transaction_timeout;
+ ulong in_subquery_conversion_threshold;
} SV;
/**