summaryrefslogtreecommitdiff
path: root/sql/sql_locale.cc
Commit message (Collapse)AuthorAgeFilesLines
* Bug#43207 wrong LC_TIME names for romanian localeAlexander Barkov2009-10-191-2/+2
| | | | | | A contributed patch by Andrei Boros (SCA signed). - Fixing locale definition file - Adding tests
* Bug#37575 UCASE fails on monthnameSergey Glukhov2008-12-231-109/+327
| | | | | | | | The MONTHNAME/DAYNAME functions returns binary string, so the LOWER/UPPER functions are not effective on the result of MONTHNAME/DAYNAME call. Character set of the MONTHNAME/DAYNAME function result has been changed to connection character set.
* Merge mysql.com:/nfsdisk1/lars/bkroot/mysql-5.0-rpllars/lthalmann@mysql.com/dl145j.mysql.com2007-01-121-120/+1234
|\ | | | | | | into mysql.com:/nfsdisk1/lars/MERGE/mysql-5.0-merge
| * Merging bug#22645 "LC_TIME_NAMES: Statement not replicated" from 4.1.bar@mysql.com/bar.intranet.mysql.r18.ru2006-12-051-327/+327
| |
| * Bug#22645 LC_TIME_NAMES: Statement not replicatedbar@mysql.com/bar.intranet.mysql.r18.ru2006-12-051-120/+1125
| | | | | | | | | | | | | | Problem: replication of LC_TIME_NAMES didn't work. Thus, INSERTS or UPDATES using date_format() always worked with en_US on the slave side. Fix: adding ONE_SHOT implementation for LC_TIME_NAMES.
| * Backporting Kostja's changes made for 5.0 into 4.1.bar@mysql.com/bar.intranet.mysql.r18.ru2006-07-181-109/+109
| | | | | | | | Please use "ul" when merging this changeset to 5.0.
* | Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+1
| | | | | | | | Changed header to GPL version 2 only
* | Fix compile errors in VC++ 7.0sergefp@mysql.com2006-08-211-218/+109
| |
* | Fix yet another Windows build failure: "true" -> TRUEkostja@bodhi.local2006-07-111-14/+14
| |
* | Fix a Windows build failure. kostja@bodhi.local2006-07-101-95/+95
|/
* WL#2928 Date Translation NREbar@mysql.com2006-07-041-0/+1607
(implemented by by Josh Chamas)