diff options
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r-- | sql/sql_class.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h index 6f49f52331d..dd1617d7546 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -536,6 +536,7 @@ typedef struct system_variables my_bool old_alter_table; my_bool old_passwords; my_bool big_tables; + my_bool query_cache_strip_comments; plugin_ref table_plugin; |