summaryrefslogtreecommitdiff
path: root/sql/sql_parse.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-18281 COM_RESET_CONNECTION changes the connection encodingVladislav Vaintroub2019-02-021-0/+3
* 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.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
* | | | | 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.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
* | | | | 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
* | | | | | MDEV-14474 information_schema.check_constraintsAnel Husakovic2018-08-251-0/+1
* | | | | | 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 10.2 into 10.3Marko Mäkelä2018-07-231-1/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-16192 Table 't' is specified twice, both as a target for 'CREATE' and...Sachin2018-07-181-2/+2
* | | | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-06-301-7/+4
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-16473 WITH statement throws 'no database selected' errorSergei Golubchik2018-06-281-8/+2
| * | | | | This is another attempt to fix mdev-16473.Igor Babaev2018-06-281-1/+2
| * | | | | MDEV-16473 WITH statement throws 'no database selected' errorIgor Babaev2018-06-261-0/+1
| * | | | | Merge branch '10.1' into 10.2Sergei Golubchik2018-06-211-2/+2
| |\ \ \ \ \ | | |/ / / /
| | * | | | fix compilation w/o partitioningSergei Golubchik2018-06-141-1/+0
| | * | | | Merge branch '10.0-galera' into 10.1Vicențiu Ciorbaru2018-06-121-1/+2
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Merge tag 'mariadb-10.0.35' into 10.0-galeraJan Lindström2018-05-071-0/+4
| | | |\ \ \
| | | * \ \ \ Merge remote-tracking branch 'origin/5.5-galera' into 10.0-galeraJan Lindström2018-05-071-10/+4
| | | |\ \ \ \
| | | | * | | | MW-416 Replicating DDL after ACL check, 5.6 versionsjaakola2017-10-191-7/+0
| | | | * | | | MW-384 protect access to wsrep_ready variable with mutexAlexey Yurchenko2017-10-191-2/+2
| | | | * | | | Merge tag 'mariadb-5.5.58' into 5.5-galeraJan Lindström2017-10-191-27/+20
| | | | |\ \ \ \ | | | | | | |_|/ | | | | | |/| |
| | | | * | | | MW-86 Removed unnecessary wsrep_sync_wait before processing SQLCOM_REPLACEDaniele Sciascia2017-07-201-1/+0
| | | | * | | | MW-86 Additional wsrep_sync_wait coverageDaniele Sciascia2017-07-201-3/+7
| | | | * | | | MW-86 Add separate wsrep_sync_wait bitmask value for SHOW commandsDaniele Sciascia2017-07-201-47/+23
| | | | * | | | Merge tag 'mariadb-5.5.57' into 5.5-galeraJan Lindström2017-07-201-16/+15
| | | | |\ \ \ \
| | | | * \ \ \ \ Merge tag 'mariadb-5.5.55' into bb-5.5-sachin-mergeSachin Setiya2017-04-181-18/+35
| | | | |\ \ \ \ \
| | | | * \ \ \ \ \ Merge tag 'mariadb-5.5.54' into 5.5-galeramariadb-galera-5.5.54Nirbhay Choubey2016-12-271-9/+14
| | | | |\ \ \ \ \ \
| | | | * | | | | | | MDEV-11479 Improved wsrep_dirty_readsSachin Setiya2016-12-141-3/+6
| | | | * | | | | | | Revert " MDEV-11016 wsrep_node_is_ready() check is too strict"Sachin Setiya2016-12-141-4/+0
| | | | * | | | | | | MDEV-11016 wsrep_node_is_ready() check is too strictSachinSetiya2016-12-011-0/+4
| | | | * | | | | | | Merge tag 'mariadb-5.5.50' into 5.5-galeramariadb-galera-5.5.50Nirbhay Choubey2016-06-231-5/+25
| | | | |\ \ \ \ \ \ \