summaryrefslogtreecommitdiff
path: root/sql/sql_derived.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.2' into 10.2-mdev9864Galina Shalygina2016-05-081-4/+4
* Addressed the issues raised in the review for the main patchbb-10.2-mdev8789Igor Babaev2016-02-171-1/+1
* Fixed compile errors of the merge of the patch for mdev-8789 with 10.2.Igor Babaev2015-12-211-1/+1
* MDEV-8789 Implement non-recursive common table expressionsGalina Shalygina2015-12-181-0/+4
* MDEV-8718 - Obsolete sql_strmake() in favor of THD::strmake() and thd_strmake()Sergey Vojtovich2015-11-261-1/+1
* MDEV-8010 - Avoid sql_alloc() in Items (Patch #1)Sergey Vojtovich2015-08-211-1/+1
* Merge tag 'mariadb-10.0.19' into 10.1Sergei Golubchik2015-06-011-1/+4
|\
| * Merge branch '5.5' into 10.0Sergei Golubchik2015-05-041-1/+4
| |\
| | * MDEV-8018: main.multi_update fails with --ps-protocolOleksandr Byelkin2015-04-221-1/+3
* | | MDEV-7943 - pthread_getspecific() takes 0.76% in OLTP ROSergey Vojtovich2015-05-131-1/+1
* | | MDEV-7951 - sql_alloc() takes 0.25% in OLTP ROSergey Vojtovich2015-05-131-1/+1
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-03-071-0/+3
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2015-02-181-0/+3
| |\ \ | | |/
| | * MDEV-7260: Crash in get_best_combination when executing multi-table UPDATE wi...unknown2015-02-111-0/+3
* | | Merge branch '10.0' into merge-wipSergei Golubchik2015-01-311-4/+14
|\ \ \ | |/ /
| * | MDEV-6668: Server crashes in check_view_single_update on concurrent DDL/DML f...Michael Widenius2015-01-291-4/+14
* | | cleanup: comments referring to non-extistent Item classesSergei Golubchik2014-12-041-1/+1
* | | Merge branch '10.0' into bb-10.1-mergeSergei Golubchik2014-12-021-3/+1
|\ \ \ | |/ /
| * | MDEV-6785 Wrong result on 2nd execution of PS with aggregate function, FROM S...Sergei Golubchik2014-11-181-2/+0
| * | MDEV-5120 Test suite test maria-no-logging failsMichael Widenius2014-09-301-1/+1
* | | Merge branch 'bb-10.1-merge' into 10.1mariadb-10.1.1Sergei Golubchik2014-10-161-5/+3
|\ \ \ | |/ /
| * | crash in main.views (and other view + PS tests)Sergei Golubchik2014-08-071-0/+2
| * | 5.5.39 mergeSergei Golubchik2014-08-071-5/+1
| |\ \ | | |/
| | * MDEV-6441: memory leakunknown2014-07-311-5/+1
* | | MDEV-334: Backport of UNION ALL optimization from mysql-5.7.Igor Babaev2014-10-141-2/+2
|/ /
* | 5.5.38 mergeSergei Golubchik2014-06-061-6/+11
|\ \ | |/
| * 5.3 mergeSergei Golubchik2014-06-021-6/+11
| |\
| | * MDEV-6251: SIGSEGV in query optimizer (in set_check_materialized with MERGE v...unknown2014-06-021-6/+11
| | * 5.2 mergeSergei Golubchik2014-03-161-1/+1
| | |\
| | | * mysql-5.1.73 mergeSergei Golubchik2014-03-151-1/+1
| | | |\
| | | | * Updated/added copyright headers.Murthy Narkedimilli2013-02-251-1/+1
* | | | | 5.5 mergeSergei Golubchik2014-03-261-20/+30
|\ \ \ \ \ | |/ / / /
| * | | | 5.3-mergeSergei Golubchik2014-03-161-20/+30
| |\ \ \ \ | | |/ / /
| | * | | MDEV-5740: Assertion `!derived->first_select()->exclude_from_table_unique_tes...unknown2014-03-071-20/+30
* | | | | merge 10.0-base ->10.0unknown2014-02-051-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | merge of MDEV-5369 (5.3->5.5)unknown2014-01-291-1/+1
| |\ \ \ \ | | |/ / /
| | * | | MDEV-5369: Wrong result (0 instead of NULL) on 2nd execution of PS with LEFT ...unknown2014-01-281-1/+1
* | | | | 10.0-base mergeSergei Golubchik2014-02-031-6/+11
|\ \ \ \ \ | |/ / / /
| * | | | merge 5.3->5.5unknown2014-01-261-5/+2
| |\ \ \ \ | | |/ / /
| | * | | merge of MDEV-5356 5.1->5.3 (with more fixes and test suite).unknown2014-01-231-5/+2
| | |\ \ \ | | | |/ /
| | | * | Fixed valgrind problem: reference on deleted memory of temporary table name.unknown2011-12-111-2/+0
| * | | | Fix for MDEV-5531: double call procedure in one session - hard shutdown the s...Michael Widenius2014-01-241-1/+1
| * | | | Merge 5.3->5.5unknown2014-01-151-0/+8
| |\ \ \ \ | | |/ / /
| | * | | MDEV-5414: RAND() in a subselect : different behavior in MariaDB and MySQLunknown2013-12-181-0/+8
* | | | | merge 10.0-base -> 10.0unknown2013-10-291-1/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge 5.3->5.5unknown2013-10-291-1/+2
| |\ \ \ \ | | |/ / /
| | * | | MDEV-5143: update of a joined table with a nested subquery with a syntax erro...unknown2013-10-211-1/+2
* | | | | Merge 10.0-base -> 10.0Alexander Barkov2013-10-151-2/+0
|\ \ \ \ \ | |/ / / /
| * | | | Merge 5.3-5.5Igor Babaev2013-10-131-2/+0
| |\ \ \ \ | | |/ / /
| | * | | Fixed bug mdev-5105.Igor Babaev2013-10-101-2/+0