summaryrefslogtreecommitdiff
path: root/sql/sql_parse.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bb-10.4-release' into bb-10.5-releaseSergei Golubchik2021-02-151-37/+15
|\
| * remove find_thread_with_thd_data_lock_callbackSergei Golubchik2021-02-121-22/+5
| * MDEV-23328 Server hang due to Galera lock conflict resolutionSergei Golubchik2021-02-121-2/+2
| * don't take mutexes conditionallySergei Golubchik2021-02-121-12/+4
| * cleanup: THD::abort_current_cond_wait()Sergei Golubchik2021-02-121-11/+13
| * Merge branch 'bb-10.3-release' into bb-10.4-releaseSergei Golubchik2021-02-121-0/+1
| |\
| | * Merge branch '10.2' into 10.3Sergei Golubchik2021-02-011-0/+1
| | |\
| | | * MDEV-17251 SHOW STATUS unnecessary calls calc_sum_of_all_statusSergei Golubchik2021-01-111-0/+1
* | | | Merge 10.4 into 10.5Marko Mäkelä2021-01-111-14/+23
|\ \ \ \ | |/ / /
| * | | MDEV-24255 MTR test galera_bf_abort fails with --ps-protocolTeemu Ollakka2020-12-281-10/+21
* | | | Merge commit '10.4' into 10.5Oleksandr Byelkin2021-01-061-0/+11
|\ \ \ \ | |/ / /
| * | | Merge branch '10.3' into 10.4bb-10.4-MDEV-23468Oleksandr Byelkin2020-12-251-0/+3
| |\ \ \ | | |/ /
| | * | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-12-231-0/+3
| | |\ \ | | | |/
| | | * MDEV-24331 mysqldump fails with "Got error: 1356" if the database contains a ...Sergei Golubchik2020-12-111-1/+1
| | | * MDEV-24314 Unexpected error message when selecting from view that usesIgor Babaev2020-12-041-0/+3
| * | | MENT-1047 Assertion `active() == false' failed with "XA START.."Daniele Sciascia2020-12-221-0/+8
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-12-021-16/+14
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-12-011-16/+14
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-12-011-16/+14
| | |\ \ | | | |/
| | | * MDEV 15532 Assertion `!log->same_pk' failed in row_log_table_apply_deleteMonty2020-11-301-16/+14
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-11-031-18/+46
| |\ \ \ | | |/ /
* | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2020-11-011-18/+46
|\ \ \ \
| * \ \ \ Merge branch '10.3' into 10.4Oleksandr Byelkin2020-10-311-18/+46
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-10-301-18/+46
| | |\ \ | | | |/
| | | * Merge branch '10.1' into 10.2Oleksandr Byelkin2020-10-281-18/+46
| | | |\
| | | | * BUG#31650096: MYSQL SERVER HEAP-USE-AFTER-FREE IN TRANS_SAVEPOINTKarthik Kamath2020-10-271-1/+0
| | | | * Bug#31304432 "INSUFFICIENT PRIVILEGE CHECK BY LOCK TABLES"Sergei Golubchik2020-10-271-0/+30
| | | | * cleanup: PRIV_LOCK_TABLES (10.5 style)Sergei Golubchik2020-10-271-18/+17
| | | | * Revert "[MDEV-7978] add show create user"Daniel Black2020-09-241-25/+2
| | | | * [MDEV-7978] Updated syntax for SHOW CREATE USERVicențiu Ciorbaru2020-09-201-1/+16
| | | | * [MDEV-7978] Update grammar for new syntaxVicențiu Ciorbaru2020-09-201-1/+9
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-10-301-3/+7
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-10-291-3/+1
| |\ \ \ \ | | |/ / /
| | * | | MDEV-21201 No records produced in information_schema query, depending on proj...Sergei Golubchik2020-10-231-2/+0
| | * | | cleanup: use my_multi_malloc(), etcSergei Golubchik2020-10-231-1/+1
| * | | | MDEV-22681 EXECUTE IMMEDIATE crashes server if wsrep is on.Teemu Ollakka2020-10-281-0/+1
| * | | | MDEV-22805: SIGSEGV in check_fields on UPDATEDmitry Shulga2020-10-271-0/+5
* | | | | Merge 10.4 to 10.5Marko Mäkelä2020-10-221-23/+31
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-10-221-20/+21
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.2 into 10.3Marko Mäkelä2020-10-221-20/+21
| | |\ \ \ | | | |/ /
| | | * | MDEV-23327 Can't uninstall UDF if the implementation library file doesn't existOleksandr Byelkin2020-10-191-13/+10
| | | * | Fix the constants namesOleksandr Byelkin2020-10-151-7/+10
| * | | | MDEV-20945: BACKUP UNLOCK + FTWRL assertion failureRinat Ibragimov2020-10-221-1/+8
* | | | | MDEV-23691 S3 storage engine: delayed slave can drop the tableMonty2020-10-211-0/+8
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-09-041-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-23094: Multiple calls to a Stored Procedure from another Stored Procedur...bb-10.4-MDEV-23094Oleksandr Byelkin2020-08-311-0/+1
* | | | | MDEV-19275 Provide SQL service to plugins.Alexey Botchkov2020-08-141-1/+1
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-08-011-0/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-07-311-0/+2
| |\ \ \ \ | | |/ / /
| | * | | MDEV-21201 No records produced in information_schema query, depending on proj...Oleksandr Byelkin2020-07-311-0/+2