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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h
index a8eaf1b200d..f7d9d93a606 100644
--- a/sql/sql_class.h
+++ b/sql/sql_class.h
@@ -310,7 +310,8 @@ struct system_variables
ulong table_type;
my_bool log_warnings;
- my_bool low_priority_updates;
+ my_bool low_priority_updates;
+ my_bool new_mode;
CONVERT *convert_set;
};