summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.0' into 10.1Sergei Golubchik2015-09-031-2/+0
|\
| * Merge commit '96badb16afcf' into 10.0Jan Lindström2015-08-031-2/+0
| |\
| | * Fixed crashing bug when using ONLY_FULL_GROUP_BY in a stored procedure/trigge...Monty2015-06-251-2/+0
* | | MDEV-6152: Remove calls to current_thd while creating ItemMonty2015-08-271-1/+1
* | | MDEV-8469 Add RESET MASTER TO x to allow specification of binlog file nrMonty2015-07-161-0/+1
* | | MDEV-8456 Dead code in Item_cond::fix_fields() and Item_func_between::fix_fie...Alexander Barkov2015-07-131-1/+1
* | | - Renaming variables so that they don't shadow others (After this patch one c...Monty2015-07-061-4/+4
* | | Merge tag 'mariadb-10.0.20' into 10.1Sergei Golubchik2015-06-271-1/+2
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2015-06-111-1/+2
| |\ \ | | |/
| | * MDEV-8114: server crash on updates with joins still on 10.0.18Oleksandr Byelkin2015-06-061-1/+2
* | | MDEV-8282: crash in filesort() with simple ordered deleteSergei Petrunia2015-06-201-0/+4
* | | MDEV-8202 - st_select_lex::master_unit() takes 0.17% in OLTP ROSergey Vojtovich2015-06-021-3/+1
* | | Merge tag 'mariadb-10.0.19' into 10.1Sergei Golubchik2015-06-011-2/+33
|\ \ \ | |/ /
| * | perfschema 5.6.24Sergei Golubchik2015-05-051-1/+29
| * | Merge branch '5.5' into 10.0Sergei Golubchik2015-05-041-1/+3
| |\ \ | | |/
| | * MDEV-8018: main.multi_update fails with --ps-protocolOleksandr Byelkin2015-04-221-0/+2
* | | MDEV-7951 - sql_alloc() takes 0.25% in OLTP ROSergey Vojtovich2015-05-131-2/+2
* | | MDEV-7964 - delete_dynamic() takes 0.12% in OLTP ROSergey Vojtovich2015-05-131-5/+8
* | | MDEV-7836: ANALYZE FORMAT=JSON should provide info about GROUP/ORDER BYSergei Petrunia2015-04-121-2/+1
* | | MDEV-7899: 10.1 is 3% slower than 10.0 in OLTP ROSergei Petrunia2015-04-071-3/+5
* | | MDEV-7284 INDEX: CREATE OR REPLACEAlexander Barkov2015-04-031-1/+2
* | | Preparatory refactoring for:Alexander Barkov2015-03-261-3/+3
* | | A preparatory patch for MDEV-7284 INDEX: CREATE OR REPLACE.Alexander Barkov2015-03-201-2/+2
* | | Refactoring in sql_yacc.yy. A pre-requirement patch forAlexander Barkov2015-03-201-2/+31
* | | MDEV-7006 MDEV-7007: SET STATEMENT and slow logOleksandr Byelkin2015-03-121-0/+25
* | | MDEV-7671: Cache VIEW definitions in the TDCOleksandr Byelkin2015-03-111-2/+2
* | | MDEV-7288 USER/ROLE: CREATE OR REPLACE, CREATE IF NOT EXISTS, DROP IF EXISTSAlexander Barkov2015-01-131-0/+5
* | | MDEV-7287 VIEW: CREATE IF NOT EXISTSAlexander Barkov2014-12-101-4/+13
* | | MDEV-7112 Split HA_CREATE_INFOAlexander Barkov2014-12-081-2/+35
* | | parser cleanup: don't store field properties in LEX, use Create_field directlySergei Golubchik2014-12-041-8/+19
* | | cleanup: freshen up CREATE SERVER codeSergei Golubchik2014-12-041-2/+7
* | | MDEV-6593 : domain_id based replication filtersNirbhay Choubey2014-12-031-2/+14
* | | Merge branch '10.1' into bb-10.1-mergeSergei Golubchik2014-12-031-3/+5
|\ \ \
| * | | EXPLAIN FORMAT=JSON: Add support for single-table UPDATE/DELETE.Sergei Petrunia2014-11-281-3/+4
| * | | 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-21/+5
| | |\ \ \
| | * | | | 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/+9
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | 5.5 mergeSergei Golubchik2014-11-191-0/+9
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | MDEV-6179: dynamic columns functions/cast()/convert() doesn't play nice with ...Sergei Golubchik2014-11-081-0/+9
* | | | | MDEV-5231: Per query variables from Percona Server (rewritten)Oleksandr Byelkin2014-11-111-0/+3
* | | | | Correction for the fix of the bug mdev-6874.Igor Babaev2014-10-191-0/+1
* | | | | MDEV-6388: ANALYZE $stmt output in the slow query logSergei Petrunia2014-10-171-1/+1
* | | | | Merge branch 'bb-10.1-merge' into 10.1mariadb-10.1.1Sergei Golubchik2014-10-161-3/+3
|\ \ \ \ \
| * \ \ \ \ Merge 10.0.14 into 10.1Sergei Golubchik2014-10-151-3/+3
| |\ \ \ \ \ | | |/ / / / | | | | | / | | |_|_|/ | |/| | |
| | * | | 5.5.39 mergeSergei Golubchik2014-08-071-3/+3
| | |\ \ \ | | | |/ /
| | | * | mysql-5.5.39 mergeSergei Golubchik2014-08-021-3/+3
| | | |\ \
| | | | * | Bug #18978946: BACKPORT TO 5.6: BUGFIX FOR 18017820 "BISON 3 BREAKS MYSQL BUILD"Gleb Shchepa2014-06-231-3/+2
| | | | * | Updated/added copyright headersMurthy Narkedimilli2014-01-061-1/+1
| | | | * | Bug#16753869:INCORRECT TRUNCATION OF LONG SET EXPRESSION INSujatha Sivakumar2013-06-241-0/+7