summaryrefslogtreecommitdiff
path: root/sql/sql_parse.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2018-02-081-5/+9
|\
| * 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
* | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extMonty2018-01-241-0/+1
|\ \ \ | |/ /
| * | MDEV-15057 Crash when using an unknown identifier as an SP parameterMonty2018-01-241-0/+1
* | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extMonty2018-01-211-0/+6
|\ \ \ | |/ /
| * | Reset thd->lex->current_select for SPMonty2018-01-211-0/+6
* | | Merge 10.2 into bb-10.2-extMarko Mäkelä2018-01-171-1/+1
|\ \ \ | |/ /
| * | Moving a change_list related methods from THD to Item_change_listAlexander Barkov2018-01-161-1/+1
* | | Merge 10.2 into bb-10.2-extMarko Mäkelä2018-01-111-17/+5
|\ \ \ | |/ /
| * | Fixed mdev-14852 Fails to reopen temp table within standard CTEIgor Babaev2018-01-051-17/+5
* | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extMonty2018-01-051-2/+4
|\ \ \ | |/ /
| * | Fixed wrong arguments to printf and related functionsMonty2018-01-041-3/+6
* | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-12-191-2/+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
* | | Move all kill mutex protection to LOCK_thd_killMonty2017-12-081-10/+10
* | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-12-081-12/+21
|\ \ \ | |/ /
| * | MDEV-14401: Stored procedure that declares a handler that catches ER_LOCK_DEA...Jan Lindström2017-12-071-12/+21
* | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-11-291-0/+18
|\ \ \ | |/ /
| * | 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
| | | |\
* | | | \ Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-11-201-0/+8
|\ \ \ \ \ | |/ / / /
| * | | | Fixed bug mdev-13453 Executing a query via CTE requires more permissionsIgor Babaev2017-11-141-0/+8
* | | | | Add more execution stages (commit, rollback, etc)Monty2017-11-051-3/+14
* | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-301-6/+15
|\ \ \ \ \ | |/ / / /
| * | | | 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
| | | | * | MDEV-13459 Warnings, when compiling with gcc-7.xSergei Golubchik2017-10-171-2/+4
* | | | | | A cleanup for MDEV-13415 Wrap the code in sp.cc into a class Sp_handlerAlexander Barkov2017-10-201-4/+3
* | | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-181-7/+0
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MW-416sjaakola2017-10-101-7/+0
* | | | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-10-041-2/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix several truncation and formatting warnings.Vladislav Vaintroub2017-10-031-2/+2
* | | | | | MDEV-13911 Support ORDER BY and LIMIT in multi-table updateSergei Golubchik2017-10-031-10/+1
* | | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-021-7/+7
|\ \ \ \ \ \ | |/ / / / /
| * | | | | In table cache code, fix casts from longlong to long forVladislav Vaintroub2017-09-291-1/+1
| * | | | | MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-281-5/+5
* | | | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-09-011-49/+40
|\ \ \ \ \ \ | |/ / / / /