1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

WL#2928 Date Translation NRE

(implemented by by Josh Chamas)
This commit is contained in:
bar@mysql.com
2006-07-04 17:40:40 +05:00
parent 61348cac0c
commit 3855520138
13 changed files with 1766 additions and 30 deletions

View File

@ -423,6 +423,9 @@ struct system_variables
CHARSET_INFO *collation_database;
CHARSET_INFO *collation_connection;
/* Locale Support */
MY_LOCALE *lc_time_names;
Time_zone *time_zone;
/* DATE, DATETIME and TIME formats */