summaryrefslogtreecommitdiff
path: root/sql/item.cc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Patch for Bug#12362125 (SP INOUT HANDLING IS BROKEN FOR TEXT TYPE).Alexander Nozdrin2011-05-091-2/+20
| * | | | | Patch for Bug#11848763 / 60025Alexander Nozdrin2011-05-061-2/+5
| * | | | | Preliminary patch for Bug#11848763 / 60025Alexander Nozdrin2011-05-061-3/+3
| | |_|/ / | |/| | |
| * | | | Bug#11926811 / Bug#60625 Illegal mix of collationsAlexander Barkov2011-04-081-1/+2
| * | | | manual merge 5.1-->5.5 (bug 11829681)Gleb Shchepa2011-04-081-1/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Bug #11829681 - 60295: ERROR 1356 ON VIEW THAT EXECUTES FINE AS A QUERYGleb Shchepa2011-04-081-1/+1
| * | | | auto-merge 5.1-->5.5 (bug 11766094)Gleb Shchepa2011-04-021-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Bug #11766094 - 59132: MIN() AND MAX() REMOVE UNSIGNEDNESSGleb Shchepa2011-03-311-1/+1
| * | | | 5.1 -> 5.5 mergeSergey Glukhov2011-03-301-1/+5
| |\ \ \ \ | | |/ / /
| | * | | Bug#11766124 59164: VALGRIND: UNINITIALIZED VALUE IN NUMBER_TO_DATETIMESergey Glukhov2011-03-301-1/+5
| * | | | Merge from mysql-5.5.10-releasehery.ramilison@oracle.com2011-03-161-6/+35
| |\ \ \ \
| | * | | | Bug #11766860 - 60085: CRASH IN ITEM::SAVE_IN_FIELD() WITH TIME DATA TYPETor Didriksen2011-02-171-6/+35
| * | | | | Manual merge from mysql-5.1 for Bug#11764168 (56976: Severe denialDmitry Shulga2011-03-151-0/+10
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Fixed Bug#11764168 "56976: SEVERE DENIAL OF SERVICE IN PREPARED STATEMENTS".Dmitry Shulga2011-03-151-0/+10
| | | |/ / | | |/| |
| * | | | Bug#11764503 (Bug#57341) Query in EXPLAIN EXTENDED shows wrong charactersAlexander Barkov2011-03-041-18/+45
| | |/ / | |/| |
| * | | Bug#59330: Incorrect result when comparing an aggregate function withEvgeny Potemkin2011-01-121-2/+1
| * | | 5.1-bugteam->5.5-bugteam mergeSergey Glukhov2010-12-211-0/+4
| |\ \ \ | | |/ /
| | * | Bug#58030 crash in Item_func_geometry_from_text::val_strSergey Glukhov2010-12-211-0/+4
| * | | merge mysql-5.5->mysql-5.5-bugteamGeorgi Kodinov2010-12-161-3/+16
| |\ \ \
| | * \ \ Manual merge from mysql-5.5-bugteam.Ramil Kalimullin2010-11-221-10/+33
| | |\ \ \
| | * \ \ \ Manual-merge from 5.5-bugfixing.Ramil Kalimullin2010-11-181-12/+8
| | |\ \ \ \
| | * | | | | Bug#57278: Crash on min/max + with date out of range.Evgeny Potemkin2010-11-041-3/+16
| * | | | | | 5.1-bugteam->5.5-bugteam mergeSergey Glukhov2010-12-141-10/+1
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | / / | | | |_|/ / | | |/| | |
| | * | | | Fixed following problems:Sergey Glukhov2010-12-141-10/+1
| * | | | | Bug#58175 xml functions read initialized bytes when conversions happenAlexander Barkov2010-11-191-2/+19
| * | | | | Merging from mysql-5.1-bugteam.Alexander Barkov2010-11-181-8/+14
| |\ \ \ \ \ | | |/ / / / | | | | / / | | |_|/ / | |/| | |
| | * | | Bug#57279 updatexml dies with: Assertion failed: str_arg[length] == 0Alexander Barkov2010-11-181-8/+14
| * | | | Fix for Bug#56934 (mysql_stmt_fetch() incorrectly fills MYSQL_TIMEAlexander Nozdrin2010-11-131-7/+2
| * | | | Bug#57882 - Item_func_conv_charset::val_str(String*): Jorgen Loland2010-11-041-5/+6
| | |/ / | |/| |
| * | | The fix for Alexander Barkov2010-10-081-2/+1
| * | | Bug#57095: Wrongly chosen expression cache type led to a wrong result.Evgeny Potemkin2010-10-071-3/+5
| * | | manual merge 5.1-bugteam --> 5.5-merge (bug 55779)Gleb Shchepa2010-09-131-2/+4
| |\ \ \ | | |/ /
| | * | Bug #55779: select does not work properly in mysql serverGleb Shchepa2010-09-131-2/+4
| * | | Manual merge of the fix for bug #54190 and the addendum patchAlexey Kopytov2010-09-091-1/+4
| |\ \ \ | | |/ /
| | * | Addendum patch for bug #54190.Alexey Kopytov2010-09-091-1/+4
| * | | Bug#56120: Failed assertion on MIX/MAX on negative time valueEvgeny Potemkin2010-08-231-2/+7
| * | | Bug#49746: Const expression caching led to NDB not using engine conditionEvgeny Potemkin2010-08-141-1/+2
| * | | Bug#55648: Server crash on MIX/MAX on maximum time valueEvgeny Potemkin2010-08-021-2/+2
| * | | Merge of mysql-5.1-bugteam into mysql-trunk-merge.Davi Arnaut2010-07-201-3/+2
| |\ \ \ | | |/ /
| | * | Bug#45288: pb2 returns a lot of compilation warnings on linuxDavi Arnaut2010-07-201-3/+2
| * | | Bug#49771: Incorrect MIN/MAX for date/time values.Evgeny Potemkin2010-07-191-23/+51
| * | | Merge of mysql-5.1-bugteam into mysql-trunk-merge.Davi Arnaut2010-07-021-2/+1
| |\ \ \ | | |/ /
| | * | Bug#53445: Build with -Wall and fix warnings that it generatesDavi Arnaut2010-07-021-2/+1
| * | | Merge of mysql-5.1-bugteam into mysql-trunk-merge.Davi Arnaut2010-06-101-1/+1
| |\ \ \ | | |/ /
| | * | Bug#42733: Type-punning warnings when compiling MySQL --Davi Arnaut2010-06-101-1/+1
| * | | Bug #49829 Many "hides virtual function" warnings with SunStudioTor Didriksen2010-05-311-10/+10
| * | | Bug#52168 decimal casting catastrophes: crashes and valgrind errors on simple...oystein.grovlen@sun.com2010-05-281-18/+18
| * | | Manual merge of mysql-5.1-bugteam to mysql-trunk-merge.Alexey Kopytov2010-05-091-0/+12
| |\ \ \ | | |/ /
| | * | On behalf of Kristofer :Georgi Kodinov2010-05-051-0/+12
| * | | Manual merge from mysql-trunk.Alexander Nozdrin2010-05-071-1/+19
| |\ \ \