summaryrefslogtreecommitdiff
path: root/sql/item.cc
Commit message (Expand)AuthorAgeFilesLines
* Manual merge of mysql-5.1-bugteam into mysql-trunk-merge.Alexey Kopytov2010-01-241-1/+1
|\
| * Bug #46175: NULL read_view and consistent read assertionGeorgi Kodinov2010-01-151-1/+1
* | Manual merge from mysql-trunk.Alexander Nozdrin2009-12-111-9/+173
|\ \ | |/ |/|
| * Manual merge from mysql-trunk-merge.Alexander Nozdrin2009-11-061-61/+43
| |\
| * \ Auto-merge from mysql-trunk-merge.Alexander Nozdrin2009-11-061-7/+27
| |\ \
| * \ \ Merge from mysql-next-mr.Alexander Nozdrin2009-10-231-5/+25
| |\ \ \
| | * \ \ Merging mysql-next-mr-merge to mysql-next-mr.Alexander Barkov2009-10-211-3/+6
| | |\ \ \
| | | * | | WL#751 Error message construction, backportSergey Glukhov2009-10-151-3/+6
| | * | | | Manual merge from mysql-trunk-merge.Alexander Nozdrin2009-10-141-2/+19
| | |\ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Backport of revno 2630.28.10, 2630.28.31, 2630.28.26, 2630.33.1,Konstantin Osipov2009-10-221-2/+166
| |/ / / /
| * | | | Merge mysql-next-mr --> mysql-trunk-signalMarc Alff2009-09-171-18/+42
| |\ \ \ \
| * | | | | WL#2110 (SIGNAL)Marc Alff2009-09-101-4/+1
* | | | | | Auto-merge.Evgeny Potemkin2009-11-241-3/+1
|\ \ \ \ \ \
| * | | | | | Bug #45261 : Crash, stored procedure + decimalGeorgi Kodinov2009-11-201-3/+1
* | | | | | | Manual merge of the fix for bug#43668.Evgeny Potemkin2009-11-241-42/+64
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Bug#43668: Wrong comparison and MIN/MAX for YEAR(2)Evgeny Potemkin2009-11-171-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Auto-merged fix for the bug#34384.Evgeny Potemkin2009-11-061-18/+111
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Bug#34384: Slow down on constant conversion.Evgeny Potemkin2009-11-061-18/+111
| | |_|_|/ | |/| | |
* | | | | Bug#48370: Absolutely wrong calculations with GROUP BY and decimal fields whe...Davi Arnaut2009-11-021-16/+9
* | | | | Bug#47925: regression of range optimizer and date comparison in 5.1.39!Martin Hansson2009-11-021-45/+34
|/ / / /
* | | | Fix for bug#47963: Wrong results when index is usedRamil Kalimullin2009-10-131-7/+27
|/ / /
* | | Bug#47150 Assertion in Field_long::val_int() on MERGE + TRIGGER + multi-table...Sergey Glukhov2009-09-291-2/+19
| |/ |/|
* | Merge from 5.0 for 43414Staale Smedseng2009-08-281-5/+2
|\ \
| * | Bug #43414 Parenthesis (and other) warnings compiling MySQLStaale Smedseng2009-08-281-5/+2
* | | Fix for a few assorted compiler warnings.Davi Arnaut2009-08-281-2/+1
* | | Manual merge between bug#46362 and bug#20577.Mattias Jonsson2009-08-281-11/+39
|\ \ \ | |_|/ |/| |
| * | Bug#46362: Endpoint should be set to false for TO_DAYS(DATE)Mattias Jonsson2009-08-261-11/+39
* | | Bug#45261: Crash, stored procedure + decimalDavi Arnaut2009-08-241-9/+16
|/ /
* | Merged fix for the bug#46051.Evgeny Potemkin2009-07-191-0/+1
|\ \ | |/
| * Bug#46051: Incorrectly market field caused wrong result.Evgeny Potemkin2009-07-181-0/+1
* | Automerge.Alexey Kopytov2009-07-031-18/+31
|\ \
| * \ Manual merge.Alexey Kopytov2009-07-031-18/+31
| |\ \
| | * | Bug #45262: Bad effects with CREATE TABLE and DECIMAL Alexey Kopytov2009-07-031-18/+31
| | |/
* | | Bug #45807: crash accessing partitioned table and sql_modeGeorgi Kodinov2009-07-021-2/+8
* | | Bug#45485 replication different between master/slaver using procedure with gbkSergey Glukhov2009-06-251-2/+2
|/ /
| |
| \
*-. \ Merge from 5.0-bugteamStaale Smedseng2009-06-171-4/+0
|\ \ \ | | |/
| | * Bug #43414 Parenthesis (and other) warnings compiling MySQL Staale Smedseng2009-06-171-2/+0
| * | Bug #43414 Parenthesis (and other) warnings compiling MySQL Staale Smedseng2009-06-101-1/+1
| |/
| * Bug #43414 Parenthesis (and other) warnings compiling MySQL Staale Smedseng2009-06-091-3/+3
* | merged 36995 to 5.1-bugteamGeorgi Kodinov2009-06-041-0/+3
|\ \ | |/
| * Bug #36995: valgrind error in remove_const during subquery executionsGeorgi Kodinov2009-06-041-0/+3
* | Bug #44399 : crash with statement using TEXT columns, aggregates, GROUP BY, andGeorgi Kodinov2009-05-251-4/+208
* | Bug #42778: delete order by null global variable causesGleb Shchepa2009-05-221-2/+3
* | Fix for bug#44743: Join in combination with concat does not always workRamil Kalimullin2009-05-211-1/+4
* | manual merge 5.0-bugteam --> 5.1-bugteam (bug 40825)Gleb Shchepa2009-05-191-1/+2
|\ \ | |/
| * Bug#40825: Error 1356 while selecting from a viewGleb Shchepa2009-05-181-1/+2
* | bug#44166Sergei Golubchik2009-05-041-8/+6
* | manual merge 5.0-bugteam --> 5.1-bugteamGleb Shchepa2009-04-281-1/+1
|\ \ | |/
| * backport from 6.0:Gleb Shchepa2009-04-281-1/+1
| * Backport bug #37348 fix 5.1 --> 5.0.Gleb Shchepa2009-04-011-0/+1