summaryrefslogtreecommitdiff
path: root/sql/sql_lex.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-8789 Implement non-recursive common table expressionsGalina Shalygina2015-12-181-0/+40
* MDEV-9170 Get rid of LEX::length and LEX::decAlexander Barkov2015-11-231-1/+0
* Merge branch '10.0' into 10.1Sergei Golubchik2015-11-191-1/+23
|\
| * remove unneded #include's that had a dubious explanationSergei Golubchik2015-10-241-1/+0
| * MDEV-7640: CHANGE MASTER TO doesn't work with prepared statementsNirbhay Choubey2015-10-111-0/+23
* | Don't store vcol bitmaps in TABLE if table doesn't have virtual fields.Monty2015-11-101-1/+2
* | MDEV-8380: Subquery parse errorOleksandr Byelkin2015-10-061-0/+1
* | Merge branch '10.0' into 10.1Sergei Golubchik2015-09-031-1/+1
|\ \ | |/
| * Merge commit '96badb16afcf' into 10.0Jan Lindström2015-08-031-1/+1
| |\
| | * Fixed crashing bug when using ONLY_FULL_GROUP_BY in a stored procedure/trigge...Monty2015-06-251-1/+1
* | | MDEV-6152: Remove calls to current_thd while creating ItemMonty2015-08-271-4/+4
* | | MDEV-7811: EXPLAIN/ANALYZE FORMAT=JSON should show subquery cacheOleksandr Byelkin2015-06-301-0/+18
* | | Merge tag 'mariadb-10.0.20' into 10.1Sergei Golubchik2015-06-271-2/+13
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2015-06-111-2/+13
| |\ \ | | |/
| | * MDEV-8114: server crash on updates with joins still on 10.0.18Oleksandr Byelkin2015-06-061-2/+12
| | * parser: better error messages for CHECK/REPAIR VIEWSergei Golubchik2015-06-031-0/+1
* | | MDEV-8202 - st_select_lex::master_unit() takes 0.17% in OLTP ROSergey Vojtovich2015-06-021-12/+0
* | | Merge tag 'mariadb-10.0.19' into 10.1Sergei Golubchik2015-06-011-16/+50
|\ \ \ | |/ /
| * | perfschema 5.6.24Sergei Golubchik2015-05-051-7/+20
| * | Merge branch '5.5' into 10.0Sergei Golubchik2015-05-041-9/+30
| |\ \ | | |/
| | * MDEV-8018: main.multi_update fails with --ps-protocolOleksandr Byelkin2015-04-221-8/+29
* | | MDEV-7921: main.sp_sync fails in buildbot with valgrindOleksandr Byelkin2015-05-201-2/+3
* | | MDEV-7951 - sql_alloc() takes 0.25% in OLTP ROSergey Vojtovich2015-05-131-4/+4
* | | MDEV-7964 - delete_dynamic() takes 0.12% in OLTP ROSergey Vojtovich2015-05-131-1/+1
* | | MDEV-7836: ANALYZE FORMAT=JSON should provide info about GROUP/ORDER BYSergei Petrunia2015-04-121-7/+4
* | | MDEV-7899: 10.1 is 3% slower than 10.0 in OLTP ROSergei Petrunia2015-04-071-0/+6
* | | Preparatory refactoring for:Alexander Barkov2015-03-261-87/+101
* | | MDEV-6650 - LINT_INIT emits code in non-debug buildsSergey Vojtovich2015-03-161-2/+1
* | | MDEV-7006 MDEV-7007: SET STATEMENT and slow logOleksandr Byelkin2015-03-121-1/+65
* | | MDEV-7112 Split HA_CREATE_INFOAlexander Barkov2014-12-081-0/+1
* | | my_alloc.cmariadb-10.1.2Monty2014-12-051-1/+1
* | | cleanup: freshen up CREATE SERVER codeSergei Golubchik2014-12-041-15/+0
* | | Merge branch '10.1' into bb-10.1-mergeSergei Golubchik2014-12-031-0/+8
|\ \ \
| * | | EXPLAIN FORMAT=JSON: Add support for non-merged semi-joinsSergei Petrunia2014-11-291-1/+6
| * | | EXPLAIN FORMAT=JSON: support derived tablesSergei Petrunia2014-11-281-0/+2
| * | | Merge ../10.1-explain-json-r4 into 10.1Sergei Petrunia2014-11-271-0/+1
| |\ \ \
| | * \ \ Merge ../10.1 into bb-10.1-explain-jsonSergei Petrunia2014-10-151-14/+34
| | |\ \ \
| | * | | | MDEV-6109: EXPLAIN JSON10.1-explain-jsonSergei Petrunia2014-05-271-0/+1
* | | | | | Merge branch '10.0' into bb-10.1-mergeSergei Golubchik2014-12-021-0/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | MDEV-5120 Test suite test maria-no-logging failsMichael Widenius2014-09-301-0/+1
* | | | | MDEV-5231: Per query variables from Percona Server (rewritten)Oleksandr Byelkin2014-11-111-0/+13
* | | | | Merge branch 'bb-10.1-merge' into 10.1mariadb-10.1.1Sergei Golubchik2014-10-161-9/+10
|\ \ \ \ \
| * \ \ \ \ Merge 10.0.14 into 10.1Sergei Golubchik2014-10-151-9/+10
| |\ \ \ \ \ | | |/ / / / | | | | / / | | |_|/ / | |/| | |
| | * | | 5.5.39 mergeSergei Golubchik2014-08-071-10/+11
| | |\ \ \ | | | | |/ | | | |/|
| | | * | mysql-5.5.39 mergeSergei Golubchik2014-08-021-9/+10
| | | |\ \
| | | | * | Bug #18978946: BACKPORT TO 5.6: BUGFIX FOR 18017820 "BISON 3 BREAKS MYSQL BUILD"Gleb Shchepa2014-06-231-10/+9
| | | * | | MDEV-6441: memory leakunknown2014-07-311-1/+1
| | | * | | Support 6 digit version numbers in executable comment syntax.Michael Widenius2014-02-111-15/+18
* | | | | | MDEV-334: Backport of UNION ALL optimization from mysql-5.7.Igor Babaev2014-10-141-88/+103
|/ / / / /
* | | | | cleanup: my_init_dynamic_array2 -> init_dynamic_array2Sergei Golubchik2014-10-111-4/+3