summaryrefslogtreecommitdiff
path: root/sql/sql_parse.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.1' into 10.2Sergei Golubchik2018-05-101-19/+35
|\
| * Merge branch '10.0' into 10.1Sergei Golubchik2018-05-081-2/+2
| |\
| | * MDEV-15216 Assertion `! is_set() || m_can_overwrite_status' failed in Diagnos...Sergei Golubchik2018-05-081-2/+2
| * | Merge branch '10.0' into 10.1Sergei Golubchik2018-05-051-0/+4
| |\ \ | | |/
| | * MDEV-15456 Server crashes upon adding or dropping a partition in ALTER under ...Sergei Golubchik2018-04-261-0/+4
| * | Merge pull request #729 from codership/MDEV-15794Jan Lindström2018-04-271-0/+9
| |\ \
| | * | MDEV-15794 Fix and re-enable test galera_var_retry_autocommitDaniele Sciascia2018-04-261-0/+9
| * | | MDEV-16005 sporadic failures with galera tests MW-328B and MW-328Csjaakola2018-04-241-17/+20
| |/ /
| * | MDEV-15580: Assertion `!lex->explain' failed in lex_start(THD*):Jan Lindström2018-04-131-1/+7
* | | Remove most 'register' use in C++Marko Mäkelä2018-04-241-1/+1
* | | MDEV-15580: Assertion `!lex->explain' failed in lex_start(THD*):Jan Lindström2018-04-131-1/+7
* | | Merge branch '10.1' into 10.2Vicențiu Ciorbaru2018-04-101-15/+19
|\ \ \ | |/ /
| * | MDEV-13549 Fix and re-enable MTR test galera.MW-284Daniele Sciascia2018-04-051-2/+4
| * | MW-405 Remove redundant conditionsDaniele Sciascia2018-04-031-14/+16
* | | Merge branch '10.1' into 10.2Sergei Golubchik2018-03-251-3/+1
|\ \ \ | |/ /
| * | Allow table-less selects even when wsrep is not readySergei Golubchik2018-03-231-3/+1
| * | Remove orphan wsrep_node_is_ready()Marko Mäkelä2018-03-211-15/+0
* | | Merge branch '10.1' into 10.2Vicențiu Ciorbaru2018-03-211-26/+40
|\ \ \ | |/ /
| * | Refs: MW-245 - changed logic so that in non primary node it is possible to do...sjaakola2018-03-201-3/+4
| * | Refs MW-245 - logic was wrong in detecting if queries are allowed in non prim...sjaakola2018-03-201-1/+2
| * | refs MW-245 - allowing USE <database> with dirty reads configuration - fix fo...sjaakola2018-03-201-16/+18
| * | refs MW-245 - merged wsrep_dirty_reads and wsrep_reject_queries from PXCsjaakola2018-03-201-8/+33
* | | Merge remote-tracking branch 'origin/10.1' into 10.2Vicențiu Ciorbaru2018-03-161-3/+3
|\ \ \ | |/ /
| * | MDEV-13549 Wrong usage of mutex 'LOCK_wsrep_thd' and 'LOCK_thd_kill' test gal...Daniele Sciascia2018-03-081-3/+3
* | | Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-061-2/+7
|\ \ \ | |/ /
| * | MDEV-14857: problem with 10.2.11 server crashing when executing stored procedureOleksandr Byelkin2018-02-011-2/+7
* | | Ensure that thd->user_var_events_alloc is always relevantMonty2018-02-011-3/+2
* | | MDEV-15057 Crash when using an unknown identifier as an SP parameterMonty2018-01-241-0/+1
* | | Reset thd->lex->current_select for SPMonty2018-01-211-0/+6
* | | Moving a change_list related methods from THD to Item_change_listAlexander Barkov2018-01-161-1/+1
* | | Fixed mdev-14852 Fails to reopen temp table within standard CTEIgor Babaev2018-01-051-17/+5
* | | Fixed wrong arguments to printf and related functionsMonty2018-01-041-3/+6
* | | Merge 10.1 to 10.2Marko Mäkelä2017-12-191-2/+3
|\ \ \ | |/ /
| * | MW-416sjaakola2017-12-181-7/+0
| * | MDEV-10486 MariaDB 10.x does not update rows_examined in performance_schema t...Alexey Botchkov2017-12-181-2/+3
| * | MDEV-14401: Stored procedure that declares a handler that catches ER_LOCK_DEA...Jan Lindström2017-12-091-12/+21
* | | MDEV-14629: failing assertion when a user-defined variable is defined by the ...bb-10.2-mdev14629Galina Shalygina2017-12-191-0/+3
* | | MDEV-14401: Stored procedure that declares a handler that catches ER_LOCK_DEA...Jan Lindström2017-12-071-12/+21
* | | Merge branch '10.1' into 10.2Sergei Golubchik2017-11-211-0/+18
|\ \ \ | |/ /
| * | Merge branch 'github/10.0-galera' into 10.1Sergei Golubchik2017-11-101-0/+18
| |\ \
| | * | MW-406 Bumped up the wsrep patch version (5.6.37-25.21)Teemu Ollakka2017-11-081-1/+2
| | * | MW-388 Remove unnecessary conditionsDaniele Sciascia2017-11-081-2/+0
| | * | MW-388 Fix conflict handling of SPs with DECLARE ... HANDLERJan Lindström2017-11-081-2/+2
| | * | MW-388 Fix conflict handling of SPs with DECLARE ... HANDLERDaniele Sciascia2017-11-081-0/+20
| | * | Merge tag 'mariadb-10.0.33' into bb-10.0-galerabb-10.0-sachin-galeraSachin Setiya2017-11-031-28/+19
| | |\ \ | | | |/
* | | | Fixed bug mdev-13453 Executing a query via CTE requires more permissionsIgor Babaev2017-11-141-0/+8
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-10-241-26/+19
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2017-10-221-26/+19
| |\ \ \ | | | |/ | | |/|
| | * | Merge branch '5.5' into 10.0Sergei Golubchik2017-10-181-28/+19
| | |\ \
| | | * | MDEV-14056 DROP TEMPORARY TABLE IF EXISTS causes error 1290 with read_only op...Sergei Golubchik2017-10-171-25/+16