summaryrefslogtreecommitdiff
path: root/sql/sql_parse.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-18571 Fix wsrep PS protocol crashTeemu Ollakka2019-02-181-0/+12
* MDEV-6111 Optimizer TraceVarun Gupta2019-02-131-0/+8
* Bootstrap cleanupsSergey Vojtovich2019-02-121-2/+3
* Merge 10.3 into 10.4Marko Mäkelä2019-02-051-0/+3
|\
| * MDEV-18281 COM_RESET_CONNECTION changes the connection encodingVladislav Vaintroub2019-02-021-0/+3
* | MDEV-11340 Allow multiple alternative authentication methods for the same userSergei Golubchik2019-02-041-4/+3
* | Avoid taking LOCK_thread_count for thread_count protectionSergey Vojtovich2019-01-291-9/+0
* | Move THD list handling to THD_listSergey Vojtovich2019-01-281-46/+67
* | Execute bootstrap in main threadSergey Vojtovich2019-01-281-54/+19
* | Galera4Brave Galera Crew2019-01-231-326/+377
* | Added support for BACKUP LOCK / BACKUP UNLOCKMichael Widenius2019-01-141-0/+12
* | Merge 10.3 into 10.4Marko Mäkelä2019-01-061-2/+2
|\ \ | |/
| * Merge branch '10.2' into 10.3Sergei Golubchik2019-01-031-2/+2
| |\
| | * Merge branch '10.1' into 10.2mariadb-10.2.21Sergei Golubchik2018-12-301-0/+1
| | |\
| | | * Merge branch '10.0' into 10.1Sergei Golubchik2018-12-291-0/+1
| | | |\
| | | | * Merge branch '5.5' into 10.0Sergei Golubchik2018-12-201-0/+1
| | | | |\
| | | | | * MDEV-16987 - ALTER DATABASE possible in read-only modeSergey Vojtovich2018-12-131-0/+1
| | | | * | MDEV-17720 slave_ddl_exec_mode=IDEMPOTENT does not handle DROP DATABASESachin2018-12-191-0/+6
| | | * | | MDEV-17804: Galera tests cause mysql_socket.h:738: inline_mysql_socket_send: ...Jan Lindström2018-11-261-1/+2
* | | | | | Merge 10.3 into 10.4Marko Mäkelä2018-12-141-1/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.2 into 10.3Marko Mäkelä2018-12-141-1/+2
| |\ \ \ \ \ | | |/ / / /
| | * | | | MDEV-16278: Missing DELETE operation in COM_STMT_BULK_STMTOleksandr Byelkin2018-12-141-1/+2
* | | | | | Added syntax and implementation for BACKUP STAGE'sMonty2018-12-091-1/+16
* | | | | | Simplify test for updateable TABLE_CATEGORY'sMonty2018-12-091-3/+1
* | | | | | Optimize flush tables with read lock (FTWRL) to not wait for select'sMonty2018-12-091-0/+2
* | | | | | Fixed that CREATE TABLE code used the right create_infoMonty2018-12-091-4/+0
* | | | | | Merge 10.3 into 10.4Marko Mäkelä2018-11-261-1/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.2 into 10.3Marko Mäkelä2018-11-261-1/+2
| |\ \ \ \ \ | | |/ / / /
| | * | | | MDEV-17804: Galera tests cause mysql_socket.h:738: inline_mysql_socket_send: ...Jan Lindström2018-11-221-1/+2
* | | | | | Merge 10.3 into 10.4Marko Mäkelä2018-11-061-2/+6
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.2 into 10.3Marko Mäkelä2018-11-061-3/+2
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.1 into 10.2Marko Mäkelä2018-11-061-0/+1
| | |\ \ \ \ | | | |/ / /
| | | * | | wsrep: create a macro for the error: labelSergei Golubchik2018-10-241-0/+1
* | | | | | compilation failure on WindowsSergei Golubchik2018-10-311-1/+1
* | | | | | Merge 10.3 into 10.4Marko Mäkelä2018-10-051-0/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-09-281-0/+2
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch '10.1' into 10.2Oleksandr Byelkin2018-09-141-0/+2
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge branch '10.0-galera' into 10.1Sergei Golubchik2018-09-071-0/+2
| | | |\ \ \
| | | | * \ \ Merge tag 'mariadb-10.0.36' into 10.0-galeraJan Lindström2018-08-021-15/+80
| | | | |\ \ \ | | | | | |/ /
| | | | * | | MDEV-16799: Test wsrep.variables crash at sql_class.cc:639 thd_get_ha_dataJan Lindström2018-07-241-7/+19
* | | | | | | Merge 10.3 into 10.4Marko Mäkelä2018-09-111-0/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | MDEV-14474 information_schema.check_constraintsAnel Husakovic2018-08-251-0/+1
* | | | | | | MDEV-17068 mysql system table is marked as crashed and should be repaired aft...Monty2018-08-281-1/+7
* | | | | | | Merge 10.3 into 10.4Marko Mäkelä2018-08-161-6/+20
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 10.2 into 10.3Marko Mäkelä2018-08-031-6/+20
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge 10.1 into 10.2Marko Mäkelä2018-08-021-6/+20
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Merge branch '10.0' into bb-10.1-mergebb-10.1-merge-sanjaOleksandr Byelkin2018-07-191-0/+3
| | | |\ \ \ \ | | | | | |/ / | | | | |/| |
| | | | * | | MDEV-9266 Creating index on temporaray table breaks replicationsachin2018-07-181-0/+3
| | | * | | | MDEV-16401: Apply review comments to MDEV-16005Jan Lindström2018-07-161-6/+17
* | | | | | | Merge remote-tracking branch 'origin/10.3' into 10.4Alexander Barkov2018-07-251-1/+2
|\ \ \ \ \ \ \ | |/ / / / / /