1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00
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:
unknown
2003-06-19 14:02:19 +05:00
parent 725a4c39d2
commit 85d2282e25
6 changed files with 26 additions and 2 deletions

View File

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