1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

--new option and local variable to optionally turn on

"very new functions" - for now 4.1-compatible TIMESTAMT format
This commit is contained in:
unknown
2003-03-05 18:43:56 +01:00
parent 121d4f478f
commit e5382ef74f
7 changed files with 71 additions and 18 deletions

View File

@@ -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;
};