diff options
author | unknown <serg@serg.mysql.com> | 2003-03-05 18:43:56 +0100 |
---|---|---|
committer | unknown <serg@serg.mysql.com> | 2003-03-05 18:43:56 +0100 |
commit | e5382ef74f5887d3befb0916c8dc17c277898c3d (patch) | |
tree | f4a6d09bb6d874e873581e6bfb712a7921f00c3c /sql/sql_class.h | |
parent | 121d4f478fd559d8b9b4b2abb89a66e3f90c51aa (diff) | |
download | mariadb-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.h | 3 |
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; }; |