summaryrefslogtreecommitdiff
path: root/sql/item_timefunc.cc
Commit message (Expand)AuthorAgeFilesLines
* Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-211-5/+25
|\
| * Bug#12584302 AFTER FIX FOR #12403504: ASSERTION FAILED: DELSUM+(INT) Y/4-TEMP...Sergey Glukhov2011-07-271-1/+1
| * Updated/added copyright headersKent Boortz2011-07-031-8/+27
| |\
| | * Bug#12403504 AFTER FIX FOR #11889186 : ASSERTION FAILED: DELSUM+(INT) Y/4-TEM...Sergey Glukhov2011-05-181-2/+7
| | * Merge from mysql-5.1.57-releaseKaren Langford2011-05-061-0/+13
| | |\
| | | * merged mysql-5.1->mysql-5.1-securityGeorgi Kodinov2011-04-071-2/+3
| | | |\
| | | * | Bug #11765023: 57934: DOS POSSIBLE SINCE BINARY CASTING DOESN'T Georgi Kodinov2011-03-151-0/+13
| * | | | Updated/added copyright headersKent Boortz2011-06-301-2/+4
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Updated/added copyright headersKent Boortz2011-06-301-2/+3
* | | | | Merge with MySQL 5.1.57/58Michael Widenius2011-05-021-5/+6
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Bug#11889186 60503: CRASH IN MAKE_DATE_TIME WITH DATE_FORMAT / STR_TO_DATE C...Sergey Glukhov2011-04-271-3/+3
| | |_|/ | |/| |
| * | | Bug#11765216 58154: UNINITIALIZED VARIABLE FORMAT IN STR_TO_DATE FUNCTIONSergey Glukhov2011-03-281-0/+1
| * | | Bug#11766112 59151:UNINITIALIZED VALUES IN EXTRACT_DATE_TIME WITH STR_TO_DATE...Sergey Glukhov2011-03-281-2/+2
| |/ /
* | | Merge with MySQL 5.1.55Michael Widenius2011-02-201-7/+7
|\ \ \ | |/ /
| * | Bug#58005 utf8 + get_format causes failed assertion: !str || str != Ptr'Alexander Barkov2010-11-121-7/+7
* | | Merge with MySQL 5.1.52Michael Widenius2010-11-231-2/+2
|\ \ \ | |/ /
| * | Bug #56709: Memory leaks at running the 5.1 test suiteAlexey Kopytov2010-09-221-2/+2
* | | to simpliy and unify the codeSergei Golubchik2010-09-111-5/+0
* | | Merge with MySQL 5.1.50Michael Widenius2010-08-271-1/+1
|\ \ \ | |/ /
| * | Bug#45288: pb2 returns a lot of compilation warnings on linuxDavi Arnaut2010-07-091-15/+9
* | | Merge MySQL 5.1.46 into MariaDB.unknown2010-04-281-1/+1
|\ \ \ | |/ /
| * | merge 5.0-bugteam -> 5.1-bugteamGeorgi Kodinov2010-02-261-1/+1
| |\ \ | | |/
| | * Bug #48739 MySQL crashes on specific INTERVAL in select queryChristopher Powers2010-02-251-2/+2
* | | Merge MySQL 5.1.44 into MariaDB.unknown2010-03-041-3/+3
|\ \ \ | |/ /
| * | Bug#44131 Binary-mode "order by" returns records in incorrect order for UTF-8...Alexander Barkov2009-12-031-3/+3
* | | Merge with MySQL 5.1.42Michael Widenius2010-01-151-3/+3
|\ \ \ | |/ /
| * | Bug #48739 MySQL crashes on specific INTERVAL in select queryChristopher Powers2009-11-191-3/+3
* | | Merge with MySQL 5.1, with following additions:unknown2009-11-161-10/+6
|\ \ \ | |/ /
| * | Bug #43414 Parenthesis (and other) warnings compiling MySQLStaale Smedseng2009-09-231-7/+3
| * | Merge from 5.0Staale Smedseng2009-09-171-8/+3
| |\ \ | | |/
| | * Bug #43414 Parenthesis (and other) warnings compiling MySQLStaale Smedseng2009-09-171-8/+3
* | | Merge MySQL 5.1.39 into MariaDB 5.1.unknown2009-10-151-6/+25
|\ \ \ | |/ /
| * | Manual merge between bug#46362 and bug#20577.Mattias Jonsson2009-08-281-3/+7
| |\ \
| | * | Bug#46362: Endpoint should be set to false for TO_DAYS(DATE)Mattias Jonsson2009-08-261-3/+7
| * | | Bug#20577: Partitions: use of to_days() function leads to selection failuresMattias Jonsson2009-08-261-3/+18
| |/ /
| | |
| | \
| *-. \ Merge from 5.0-bugteam for 43414Staale Smedseng2009-06-091-4/+4
| |\ \ \ | | | |/
| | | * Bug #43414 Parenthesis (and other) warnings compiling MySQL Staale Smedseng2009-06-091-4/+4
| | * | Bug #43414 Parenthesis (and other) warnings compiling MySQL Staale Smedseng2009-06-091-4/+4
| | |/
* | | Fixed problems in mergeMichael Widenius2009-05-191-2/+2
|\ \ \
| * | | We are now using Valgrind rather than purify, and have for quite some time.unknown2009-05-061-2/+2
* | | | Merged with mysql-5.1 tree.Michael Widenius2009-04-251-32/+32
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Bug#29125 Windows Server X64: so many compiler warningsIgnacio Galarza2009-02-131-32/+32
| |\ \ | | |/
| | * Bug#29125 Windows Server X64: so many compiler warningsIgnacio Galarza2009-02-101-32/+32
* | | Merge with base MySQL 5.1Michael Widenius2009-02-151-7/+34
|\ \ \ | |/ /
| * | 5.0-bugteam->5.1-bugteam mergeSergey Glukhov2008-12-231-7/+34
| |\ \ | | |/
| | * Bug#37575 UCASE fails on monthnameSergey Glukhov2008-12-231-7/+34
* | | Fixed compiler warnings found by gcc 4.3.2Michael Widenius2009-01-311-5/+6
|/ /
* | Auto-mergeRamil Kalimullin2008-11-211-5/+8
|\ \ | |/
| * Fix for bug#36772: When using UTF8, CONVERT with GROUP BYRamil Kalimullin2008-11-211-5/+8
| * Bug #33256: CREATE ... SELECT creates obsolete table unknown2007-12-211-1/+1