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 5898d9e2cf8..09b92e454de 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -610,6 +610,7 @@ typedef struct system_variables my_bool query_cache_strip_comments; plugin_ref table_plugin; + plugin_ref tmp_table_plugin; /* Only charset part of these variables is sensible */ CHARSET_INFO *character_set_filesystem; |