summaryrefslogtreecommitdiff
path: root/sql/sql_parse.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-08-011-3/+28
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-07-311-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.2 into 10.3Marko Mäkelä2020-07-311-1/+1
| | |\ \ \ | | | |/ /
| | | * | MDEV-16039 Crash when selecting virtual columns generated using functions wit...Nikita Malyavin2020-07-211-1/+1
| * | | | MDEV-21718 Assertion in wsrep::client_state::before_command().Teemu Ollakka2020-07-241-0/+1
| * | | | MDEV-22458: Server with WSREP hangs after INSERT, wrong usage of mutex 'LOCK_...mkaruza2020-07-241-2/+26
| * | | | MDEV-21953 deadlock between BACKUP STAGE BLOCK_COMMIT and parallel repl.Monty2020-07-211-6/+2
| * | | | Merge remote-tracking branch 'origin/bb-10.4-MDEV-21910' into 10.4Julius Goryavsky2020-07-161-3/+19
| |\ \ \ \
| | * | | | MDEV-21910 Deadlock between BF abort and manual KILL commandsjaakola2020-06-261-3/+19
* | | | | | MDEV-21910 Deadlock between BF abort and manual KILL commandbb-10.5-MDEV-21910sjaakola2020-07-221-3/+19