summaryrefslogtreecommitdiff
path: root/sql/sql_parse.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | 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
* | | 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-21201 No records produced in information_schema query, depending on proj...Oleksandr Byelkin2020-07-311-0/+2
* | | 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
* | | Merge 10.2 into 10.3Marko Mäkelä2020-07-141-0/+10
|\ \ \ | |/ /
| * | MDEV-22463: Element_type &Bounds_checked_array<Item *>::operator[](size_t) [E...Varun Gupta2020-07-131-0/+10
* | | Merge 10.2 into 10.3Marko Mäkelä2020-07-021-8/+0
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2bb-10.2-mergeMarko Mäkelä2020-07-011-8/+0
| |\ \ | | |/
| | * MDEV-22706: Assertion `!current' failed in PROFILING::start_new_querySujatha2020-06-251-8/+0
* | | Merge 10.2 into 10.3Marko Mäkelä2020-05-251-1/+2
|\ \ \ | |/ /
| * | Fixed deadlock with LOCK TABLES and ALTER TABLEMonty2020-05-231-1/+2
* | | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-05-041-1/+1
|\ \ \ | |/ /
| * | Merge branch '10.1' into 10.2Oleksandr Byelkin2020-05-021-1/+1
| |\ \ | | |/
| | * Merge branch '5.5' into 10.1Oleksandr Byelkin2020-04-301-1/+0
| | |\
| | | * Bug#29915479 RUNNING COM_REGISTER_SLAVE WITHOUT COM_BINLOG_DUMP CAN RESULTS I...Sergei Golubchik2020-04-301-1/+0
| * | | MDEV-20685: compile fixes for Solaris/OSX/AIXDaniel Black2020-04-291-1/+2
* | | | Merge 10.2 into 10.3Marko Mäkelä2020-04-271-4/+4
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2020-04-271-4/+4
| |\ \ \ | | |/ /
| | * | MDEV-22203: WSREP_ON is unnecessarily expensive to evaluateMarko Mäkelä2020-04-271-4/+4
* | | | Merge 10.2 into 10.3Marko Mäkelä2020-03-301-3/+3
|\ \ \ \ | |/ / /
| * | | MDEV-21473 conflicts with async slave BF aborting (#1475)seppo2020-03-241-3/+3
* | | | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-02-101-1/+0
|\ \ \ \ | |/ / /
| * | | MDEV-16308 : protocol messed up sporadicallyVladislav Vaintroub2020-02-101-1/+0
| * | | Merge branch '10.1' into 10.2Sergei Petrunia2020-01-171-1/+1
| |\ \ \ | | |/ /
| | * | MDEV-21341: Fix UBSAN failures: Issue SixSergei Petrunia2020-01-141-1/+1
* | | | MDEV-21341: Fix UBSAN failures: Issue Sixbb-10.3-mdev21341-issueSixSergei Petrunia2020-01-121-1/+1
* | | | MDEV-18727 improve DML operation of System VersioningAleksey Midenkov2019-11-221-2/+5
* | | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-10-311-25/+6
|\ \ \ \ | |/ / /
| * | | cleanup: RAII helper for swapping of thd->security_ctxSergei Golubchik2019-10-281-25/+6
* | | | Simplify TABLE::decide_logging_format()Monty2019-10-201-2/+3
* | | | MDEV-20074: Lost connection on update triggerOleksandr Byelkin2019-10-171-0/+15
* | | | Merge remote-tracking branch 'origin/10.2' into 10.3Alexander Barkov2019-10-011-2/+2
|\ \ \ \ | |/ / /
| * | | Fix -Wunused for CMAKE_BUILD_TYPE=RelWithDebInfoMarko Mäkelä2019-09-301-2/+2
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-09-231-1/+0
|\ \ \ \ | |/ / /
| * | | MDEV-20561 Galera node shutdown fails in non-Primary (#1386)Teemu Ollakka2019-09-131-1/+0
* | | | MDEV-20425: Fix -Wimplicit-fallthroughMarko Mäkelä2019-08-301-0/+1
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-08-211-28/+75
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2019-08-201-28/+75
| |\ \ \ | | |/ /