diff options
author | unknown <gluh@gluh.mysql.r18.ru> | 2003-06-19 14:02:19 +0500 |
---|---|---|
committer | unknown <gluh@gluh.mysql.r18.ru> | 2003-06-19 14:02:19 +0500 |
commit | c77b461566b287a0ee93ae0fc0eb690adbc7ab04 (patch) | |
tree | e791f002cd3e313d2564441aa8afebf1b8b6ce0d /sql/sql_class.h | |
parent | 346f424d501d850688fa708976c1d567bd6367a0 (diff) | |
download | mariadb-git-c77b461566b287a0ee93ae0fc0eb690adbc7ab04.tar.gz |
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
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r-- | sql/sql_class.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h index 9857774fb84..a8a24451ecc 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -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; |