summaryrefslogtreecommitdiff
path: root/sql/sql_parse.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge ../10.1 into bb-10.1-explain-jsonSergei Petrunia2014-10-151-143/+618
|\
| * move userstat tables to a pluginSergei Golubchik2014-10-111-4/+0
| * SHOW and FLUSH for I_S tables.Sergei Golubchik2014-10-111-29/+6
| * cleanup: remove hidden I_S.VARIABLES and I_S.STATUS tablesSergei Golubchik2014-10-101-2/+0
| * MDEV-5317 Compound statement / anonymous blocksSergei Golubchik2014-10-101-0/+9
| * cleanup: get rid of (Item_splocal*)item downcastSergei Golubchik2014-10-101-1/+1
| * cleanup: use null_lex_str where appropriateSergei Golubchik2014-10-101-7/+4
| * cleanup: case SQLCOM_CALLSergei Golubchik2014-10-101-49/+50
| * cleanup: galera misc cleanupsSergei Golubchik2014-10-101-11/+7
| * cleanup: simplify the usage of WSREP_FORMAT macroSergei Golubchik2014-10-101-3/+2
| * Removed files that had been accidentally committedMonty2014-10-071-4/+3
| * MDEV 4427: query timeoutsMonty2014-10-071-0/+4
| * cleanup: introduce CF_SKIP_WSREP_CHECKSergei Golubchik2014-10-011-31/+29
| * restore and fix wsrep status variablesSergei Golubchik2014-10-011-8/+0
| * cleanup: galera merge, simple changesSergei Golubchik2014-10-011-118/+76
| * Fix test failure on rpl_statements test by not listing wsrep variable.Jan Lindström2014-09-091-4/+5
| * MDEV-6247: Merge 10.0-galera to 10.1.Jan Lindström2014-08-271-25/+578
| |\
| | * MDEV-6247: Merge 10.0-galera to 10.1.Jan Lindström2014-08-261-25/+578
| * | Made sql_log_slow a session variableMonty2014-08-091-7/+4
| |/
* | MDEV-6109: EXPLAIN JSONSergei Petrunia2014-08-091-14/+2
* | Merge 10.1 (with ANALYZE) and 10.1-explain-jsonSergei Petrunia2014-08-091-10/+32
|\ \ | |/ |/|
| * MDEV-6109: EXPLAIN JSON10.1-explain-jsonSergei Petrunia2014-05-271-11/+32
* | MDEV-6394: ANALYZE DELETE .. RETURNING fails with ERROR 2027 Malformed packet...mariadb-10.1.0Sergei Petrunia2014-06-261-2/+37
* | Code cleanup, more tests.Sergei Petrunia2014-06-261-9/+1
* | MDEV-6393: ANALYZE SELECT crashes ... Don't try printing EXPLAIN if we had an...Sergei Petrunia2014-06-261-1/+2
* | MDEV-406: ANALYZE $stmt: Make multi-table UPDATE/DELETE work, code cleanup.Sergei Petrunia2014-06-261-7/+4
* | MDEV-406: ANALYZE $stmt: more testcases, fix memory leakSergei Petrunia2014-06-251-0/+1
* | Merge bb-10.1-explain-analyze into 10.1Sergei Petrunia2014-06-251-3/+29
|\ \
| * | MDEV-406: ANALYZE $stmt: get ANALYZE work for subqueriesSergei Petrunia2014-06-241-0/+4
| |/
| * Re-commit in git:Sergei Petrunia2014-05-271-3/+25
* | MDEV-6107 merge default_tmp_storage_engineSergei Golubchik2014-06-151-1/+1
* | MDEV-5998 MySQL Bug#11756966 - 48958: STORED PROCEDURES CAN BE LEVERAGED TO B...Sergei Golubchik2014-06-051-4/+4
|/
* 5.5 mergeSergei Golubchik2014-05-091-1/+0
|\
| * Added new states to be able to better diagnose where server hangs.Michael Widenius2014-05-031-1/+0
| * increment and get the query_id atomically, otherwise two concurrent threadsSergei Golubchik2014-02-191-3/+4
* | 5.6-compatibility, per-host connect error counter is reset only after theSergei Golubchik2014-05-071-1/+1
* | MDEV-5736 remove what remains from ONE_SHOT hackSergei Golubchik2014-05-011-55/+0
* | MDEV-6156: Parallel replication incorrectly caches charset between worker thr...unknown2014-04-251-24/+37
* | another post-fix patch for MDEV-5850: MySQL Bug#21317: SHOW CREATE DATABASE d...Sergei Golubchik2014-03-291-1/+1
* | Fixed that the we don't change CREATE to CREATE OR REPLACE, except if the sla...Michael Widenius2014-03-281-0/+1
* | post-fix patch for MDEV-5850: MySQL Bug#21317: SHOW CREATE DATABASE does not ...Sergei Golubchik2014-03-271-1/+1
* | MDEV-5876: MySQL bug #11766767 - "59957: VIEW USING MERGE PERMISSIONS IN MULT...Michael Widenius2014-03-241-0/+1
* | MDEV-5818: MySQL WL#6145: Separate the dependence of DATA DIRECTORY from symb...Michael Widenius2014-03-231-3/+2
* | MDEV-5850: MySQL Bug#21317: SHOW CREATE DATABASE does not obey to lower_case_...Michael Widenius2014-03-231-10/+22
* | MDEV-5849 MySQL bug#12602983 - User without privilege on routine can discover...Sergei Golubchik2014-03-201-5/+4
* | followup for MDEV-4309: DBT-3 Q1 benchmark: Benchmark + profile a patchSergei Golubchik2014-02-281-0/+1
* | MDEV-5314 - Compiling fails on OSX using clangSergey Vojtovich2014-02-191-9/+9
* | Automatic mergeMichael Widenius2014-02-051-41/+102
|\ \
| * | Replication changes for CREATE OR REPLACE TABLEMichael Widenius2014-02-051-14/+56
| * | Fixes for CREATE_OR_REPLACEMichael Widenius2014-01-311-1/+17