summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
diff options
context:
space:
mode:
authorunknown <serg@serg.mysql.com>2003-03-05 18:43:56 +0100
committerunknown <serg@serg.mysql.com>2003-03-05 18:43:56 +0100
commite5382ef74f5887d3befb0916c8dc17c277898c3d (patch)
treef4a6d09bb6d874e873581e6bfb712a7921f00c3c /sql/sql_class.h
parent121d4f478fd559d8b9b4b2abb89a66e3f90c51aa (diff)
downloadmariadb-git-e5382ef74f5887d3befb0916c8dc17c277898c3d.tar.gz
--new option and local variable to optionally turn on
"very new functions" - for now 4.1-compatible TIMESTAMT format
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;
};