mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 10:15:29 +02:00
SCRUM
Task ID 894: Backport default_week_format variable to 4.0 mysql-test/r/func_time.result: Backport default_week_format variable to 4.0 mysql-test/t/func_time.test: Backport default_week_format variable to 4.0 sql/mysqld.cc: Backport default_week_format variable to 4.0 sql/set_var.cc: Backport default_week_format variable to 4.0 sql/sql_class.h: Backport default_week_format variable to 4.0 sql/sql_yacc.yy: Backport default_week_format variable to 4.0
This commit is contained in:
parent
725a4c39d2
commit
85d2282e25
6 changed files with 26 additions and 2 deletions
|
|
@ -309,6 +309,7 @@ struct system_variables
|
|||
ulong tmp_table_size;
|
||||
ulong tx_isolation;
|
||||
ulong table_type;
|
||||
ulong default_week_format;
|
||||
|
||||
my_bool log_warnings;
|
||||
my_bool low_priority_updates;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue