summaryrefslogtreecommitdiff
path: root/sql/item_subselect.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge of mysql-5.1-bugteam into mysql-trunk-merge.Davi Arnaut2010-06-101-9/+8
|\
| * Bug#42733: Type-punning warnings when compiling MySQL --Davi Arnaut2010-06-101-9/+8
* | Manual merge of mysql-5.1-bugteam toAlexey Kopytov2010-04-191-1/+9
|\ \
| * | WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-1/+9
* | | Automerge of mysql-5.1-bugteam to mysql-trunk-merge.Alexey Kopytov2010-04-111-0/+15
|\ \ \ | |/ / |/| / | |/
| * Bug#52120 create view cause Assertion failed: 0, file .\item_subselect.cc, li...Sergey Glukhov2010-04-061-0/+15
* | Manual merge of mysql-trunk into mysql-trunk-merge.Alexey Kopytov2010-03-241-6/+1
|\ \
| * \ Auto-merged fix for the bug#34384.Evgeny Potemkin2009-12-011-0/+2
| |\ \
| * \ \ Manual merge of mysql-next-mr-runtime upstream.Davi Arnaut2009-11-191-6/+1
| |\ \ \
| | * | | Backport of Bug#15192 to mysql-next-mrDavi Arnaut2009-11-101-6/+1
* | | | | Manual merge of mysql-5.1-bugteam to mysql-trunk-merge.Alexey Kopytov2010-03-201-2/+6
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Bug#47761: crash when killing a query during subquery execution...Davi Arnaut2010-03-091-2/+6
* | | | | Manual merge from mysql-trunk.Alexander Nozdrin2009-12-111-2/+4
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Manual merge from mysql-trunk-merge.Alexander Nozdrin2009-11-061-0/+1
| |\ \ \
| * \ \ \ Manual merge from mysql-trunk-merge.Alexander Nozdrin2009-11-061-3/+8
| |\ \ \ \ | | |_|/ / | |/| | |
| * | | | Backport of:Konstantin Osipov2009-10-161-2/+4
* | | | | Auto-merged fix for the bug#34384.Evgeny Potemkin2009-11-061-0/+2
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | Bug#34384: Slow down on constant conversion.Evgeny Potemkin2009-11-061-0/+2
| |/ /
* | | A fix and a test case for Konstantin Osipov2009-11-031-0/+1
|\ \ \ | |_|/ |/| |
| * | A fix and a test case forKonstantin Osipov2009-11-031-0/+1
* | | Bug#48295: explain extended crash with subquery and ONLY_FULL_GROUP_BY sql_modeTatiana A. Nurnberg2009-10-291-3/+8
| |/ |/|
* | Fix for bug#46629: Item_in_subselect::val_int(): Assertion `0' Ramil Kalimullin2009-09-041-6/+4
* | Merged fix for the bug#46051.Evgeny Potemkin2009-07-191-0/+4
|\ \ | |/
| * Bug#46051: Incorrectly market field caused wrong result.Evgeny Potemkin2009-07-161-0/+4
| |
| \
*-. \ 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
| |/
* | Bug#37627: Killing query with sum(exists()) or avg(exists()) reproducibly cra...Georgi Kodinov2008-07-041-6/+32
* | Merge moonbone.local:/work/27219-5.0-opt-mysqlevgen@moonbone.local2008-03-281-0/+14
|\ \ | |/
| * Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0-bugteamevgen@moonbone.local2008-03-281-0/+14
| |\
| | * Bug#27219: Aggregate functions in ORDER BY.evgen@moonbone.local2008-03-271-0/+14
* | | Merge host.loc:/home/uchum/work/PA/5.0-opt-34763gshchepa/uchum@host.loc2008-03-201-2/+10
|\ \ \ | |/ /
| * | Fixed bug #34763.gshchepa/uchum@host.loc2008-03-141-2/+10
| |/
* | Fix for Bug#30217: Views: changes in metadata behaviouranozdrin/alik@quad.2008-02-221-23/+26
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-maintserg@janus.mylan2007-12-201-1/+3
|\ \
| * \ Merge magare.gmz:/home/kgeorge/mysql/work/mysql-5.0-optgkodinov/kgeorge@magare.gmz2007-11-231-1/+3
| |\ \ | | |/
| | * Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0-optevgen@moonbone.local2007-11-191-1/+3
| | |\
| | | * Bug#31048: Many nested subqueries may cause server crash.evgen@moonbone.local2007-11-191-1/+3
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-maintcmiller@zippy.cornsilk.net2007-12-141-54/+58
|\ \ \ \ | |/ / / |/| | |
| * | | Doxygenization of comments.cmiller@zippy.cornsilk.net2007-10-111-54/+58
* | | | Merge mysql.com:/home/gluh/MySQL/Merge/5.1gluh@eagle.(none)2007-11-141-1/+12
|\ \ \ \
| * \ \ \ Merge gleb.loc:/home/uchum/5.0-optgshchepa/uchum@gleb.loc2007-11-111-1/+12
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Fixed bug #28076: inconsistent binary/varbinary comparison.gshchepa/uchum@gleb.loc2007-11-101-1/+12
| | |/
* | | Use an inline getter method (thd->is_error()) to query if there is an error kostja@bodhi.(none)2007-10-301-1/+1
|/ /
* | Manual merge of parallel development in separate team trees.joerg@trift2.2007-08-221-8/+8
|\ \
| * | Fixed a lot of compiler warnings and errors detected by Forte C++ on Solarismonty@mysql.com/nosik.monty.fi2007-08-131-8/+8
* | | Fix doxygen warnings.kostja@bodhi.(none)2007-08-151-1/+1
|/ /
* | Merge olga.mysql.com:/home/igor/mysql-5.0-optigor@olga.mysql.com2007-06-301-1/+2
|\ \ | |/
| * Bug#27333: subquery grouped for aggregate of outer gkodinov/kgeorge@magare.gmz2007-06-291-1/+2
* | Merge bk-internal.mysql.com:/data0/bk/mysql-5.1ibabaev@bk-internal.mysql.com2007-06-011-7/+74
|\ \