summaryrefslogtreecommitdiff
path: root/sql/sql_union.cc
Commit message (Expand)AuthorAgeFilesLines
* Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-8/+10
* Merge branch 'github/10.3' into bb-10.3-temporalmariadb-10.3.4Sergei Golubchik2018-01-171-0/+1
|\
| * Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-111-0/+1
| |\
| | * Merge 10.2 into bb-10.2-extMarko Mäkelä2018-01-111-0/+1
| | |\
| | | * Fixed mdev-14879 Lost rows for query using recursive CTEIgor Babaev2018-01-091-0/+1
* | | | MDEV-14786 Server crashes in Item_cond::transform on 2nd execution of SP quer...Sergei Golubchik2018-01-171-1/+2
* | | | System Versioning 1.0 pre8Aleksey Midenkov2018-01-101-3/+3
|\ \ \ \ | |/ / /
| * | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-051-3/+3
| |\ \ \ | | |/ /
| | * | Fix a -Wimplicit-fallthrough warningMarko Mäkelä2018-01-051-2/+3
* | | | System Versioning 1.0 pre3Aleksey Midenkov2017-12-111-1/+5
|\ \ \ \ | |/ / /
| * | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-11-301-1/+5
| |\ \ \ | | |/ /
| | * | Fix of result code check by Monty's request.Oleksandr Byelkin2017-11-131-1/+2
| | * | MDEV-14346: incorrect result of intersect with ANY/ALL/IN subqueryOleksandr Byelkin2017-11-131-0/+3
| | * | MDEV-13723: Server crashes in ha_heap::find_unique_row or Assertion `0' faile...Oleksandr Byelkin2017-11-131-5/+5
* | | | System Versioning 1.0pre2Aleksey Midenkov2017-11-231-2/+6
|\ \ \ \ | |/ / /
| * | | Handle failures from mallocMichael Widenius2017-11-171-2/+6
* | | | SQL: VIEW of UNION [fixes #293]Aleksey Midenkov2017-11-131-1/+1
|/ / /
* | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-11-101-7/+11
|\ \ \ | |/ /
| * | MDEV-14217 [db crash] Recursive CTE when SELECT includes new fieldAlexander Barkov2017-11-051-7/+11
* | | MDEV-13723: Server crashes in ha_heap::find_unique_row or Assertion `0' faile...Oleksandr Byelkin2017-11-101-5/+5
* | | Merge remote-tracking branch 'shagalla/10.3-mdev12172' into 10.3Igor Babaev2017-11-011-81/+71
|\ \ \
| * | | Summarized results of two previous commits (26 July, 25 August)Galina Shalygina2017-08-291-18/+47
| * | | Mistakes corrected, test file corrected.Galina Shalygina2017-06-301-6/+11
| * | | New structure Table Value Constructor added in grammar.Galina Shalygina2017-06-291-61/+17
* | | | Fix of a warning of gcc 7.0Oleksandr Byelkin2017-09-011-0/+1
* | | | Merge branch 'bb-10.2-ext' into 10.3Sergei Golubchik2017-08-261-4/+14
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch '10.2' into bb-10.2-extSergei Golubchik2017-08-251-4/+14
| |\ \ \ | | | |/ | | |/|
| | * | 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
| | | | | | |\ \ \ | | | | | | | |/ /