summaryrefslogtreecommitdiff
path: root/sql/sql_union.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-17871 Crash when running explain with CTEIgor Babaev2018-12-011-2/+5
* MDEV-17201 dropped anchor rows with non-null recursion queryIgor Babaev2018-09-171-0/+1
* MDEV-17024 Crash on large queryIgor Babaev2018-09-071-1/+32
* Add PART_INDIRECT_KEY_FLAGMonty2018-06-191-3/+3
* MDEV-16353 Server crash on query with CTEIgor Babaev2018-05-311-1/+1
* MDEV-15581 Incorrect result (missing row) with UNION DISTINCT in anchor partsIgor Babaev2018-05-171-0/+17
* MDEV-16212 Memory leak with recursive CTE that uses global ORDER BYIgor Babaev2018-05-171-1/+12
* MDEV-14695: Assertion `n < m_size' failed in Bounds_checked_array<Element_typ...Varun Gupta2018-05-161-0/+1
* MDEV-15575 different results when using CTE and big_tables=1.Igor Babaev2018-04-161-13/+18
* MDEV-15478: Lost name of a explicitly named CTE column used inGalina Shalygina2018-03-161-1/+1
* Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-061-16/+0
|\
| * Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-16/+0
| |\
| | * Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-241-16/+0
| | |\
| | | * Correct TRASH() macro usageSergei Golubchik2018-01-221-16/+0
* | | | Fixed mdev-14879 Lost rows for query using recursive CTEIgor Babaev2018-01-091-0/+1
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-08-171-3/+15
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2017-08-081-3/+15
| |\ \ \ | | |/ /
| | * | Merge remote-tracking branch 'origin/5.5' into 10.0Vicențiu Ciorbaru2017-07-251-3/+15
| | |\ \ | | | |/
| | | * Merge remote-tracking branch 'mysql/5.5' into 5.5Sergei Golubchik2017-07-181-3/+15
| | | |\
| | | | * Bug #24595639: INCORRECT BEHAVIOR IN QUERY WITH UNION ANDSreeharsha Ramanavarapu2017-05-241-1/+14
| | | | * Bug #17059925: UNIONS COMPUTES ROWS_EXAMINED INCORRECTLYmithun2014-05-081-1/+7
| | | | * Bug #18167356: EXPLAIN W/ EXISTS(SELECT* UNION SELECT*)mithun2014-04-281-0/+29
| | | | * merge 5.1-security => 5.5-securityTor Didriksen2011-07-111-8/+30
| | | | |\
| | | | | * Bug#11765255 - 58201: VALGRIND/CRASH WHEN ORDERING BY MULTIPLE AGGREGATE FUNC...Tor Didriksen2011-07-111-9/+30
| | | | * | Updated/added copyright headersKent Boortz2011-06-301-2/+2
| | | | |\ \ | | | | | |/
| | | | | * Updated/added copyright headersKent Boortz2011-06-301-2/+4
| | | | | |\
| | | | | | * Updated/added copyright headersKent Boortz2011-06-301-2/+3
| | | | * | | Bug#57704 Cleanup code dies with void TABLE::set_keyread(bool): Assertion `fi...Oystein Grovlen2010-11-101-0/+1
| | | | * | | Merge of mysql-5.1-bugteam into mysql-5.5-bugteam.Davi Arnaut2010-10-201-9/+0
| | | | |\ \ \ | | | | | |/ /
| | | | | * | Bug#45288: pb2 returns a lot of compilation warningsDavi Arnaut2010-10-201-9/+0
| | | | * | | Implement WL#5502 Remove dead 5.0 class Sensitive_cursor.Konstantin Osipov2010-07-271-2/+1
| | | | * | | Merge of mysql-5.1-bugteam into mysql-trunk-merge.Davi Arnaut2010-06-101-20/+18
| | | | |\ \ \ | | | | | |/ /
| | | | | * | Bug#42733: Type-punning warnings when compiling MySQL --Davi Arnaut2010-06-101-20/+18
| | | | * | | WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-1/+5
| | | | * | | Manual merge from mysql-trunk-merge.Alexander Nozdrin2010-01-191-1/+30
| | | | |\ \ \ | | | | | |/ /
| | | | | * | Bug #49734: Crash on EXPLAIN EXTENDED UNION ... ORDER BY <any non-const-funct...Georgi Kodinov2009-12-221-1/+30
| | | | * | | WL#4738 streamline/simplify @@variable creation processSergei Golubchik2009-12-221-4/+4
| | | | |/ /
| | | | * | 5.0-bugteam->5.1-bugteam mergeSergey Glukhov2009-05-151-2/+14
| | | | |\ \ | | | | | |/
| | | | | * Bug#43612 crash with explain extended, union, order bySergey Glukhov2009-05-151-2/+14
| | | | * | Added "Sun Microsystems, Inc." to copyright headers on files modifiedBuild Team2008-11-101-1/+1
| | | | * | manual merge 5.0-5.1.29-rc --> 5.1-5.1.29-rcGleb Shchepa2008-10-091-1/+0
| | | | |\ \ | | | | | |/
| | | | | * Bug#38499: flush tables and multitable table update withGleb Shchepa2008-10-091-1/+0
| | | | | * fixes for warnings and compile errors for the fix of bug 26243gkodinov/kgeorge@macbook.gmz2008-03-291-0/+2
| | | | * | A pre-requisite for the fix for Bug#12713 "Error in a stored function kostja@bodhi.(none)2007-12-201-3/+3
| | | | * | Use an inline getter method (thd->is_error()) to query if there is an error kostja@bodhi.(none)2007-10-301-1/+1
| | | | * | Merge 50 -> 51 (-opt changesets)tsmith@ramayana.hindu.god2007-08-011-17/+40
| | | | |\ \ | | | | | |/
| | | | | * Post-merge fixessergefp@mysql.com2007-07-311-2/+2
| | | | | * BUG#29582: huge memory consumption with union, subselect, joins:sergefp@mysql.com2007-07-311-17/+40
| | | | * | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1jani@a88-113-38-195.elisa-laajakaista.fi2007-05-241-3/+3
| | | | |\ \
| | | | | * | WL#3817: Simplify string / memory area types and make things more consistent ...monty@mysql.com/narttu.mysql.fi2007-05-101-3/+3