1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +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

@@ -297,6 +297,7 @@ void THD::init(void)
bzero((char*) warn_count, sizeof(warn_count));
total_warn_count= 0;
update_charset();
variables.lc_time_names = &my_locale_en_US;
}