summaryrefslogtreecommitdiff
path: root/sql/sql_parse.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 5.5 into 10.1Marko Mäkelä2019-08-201-28/+75
|\
| * MDEV-20265 Unknown column in field listIgor Babaev2019-08-191-28/+75
* | MDEV-20335: Extra trans_commit_stmt after rollback caused by incorrect fix of...Jan Lindström2019-08-131-1/+1
* | Merge branch '5.5' into 10.1Oleksandr Byelkin2019-07-251-0/+235
|\ \ | |/
| * MDEV-19421 Basic 3-way join queries are not parsed.Igor Babaev2019-07-111-0/+235
* | imporve clang buildEugene Kosov2019-06-251-1/+1
* | MDEV-19653 Add class Sql_cmd_create_tableAlexander Barkov2019-05-311-268/+1
* | Merge 5.5 into 10.1Marko Mäkelä2019-05-281-0/+7
|\ \ | |/
| * MDEV-18896 Crash in convert_join_subqueries_to_semijoins : CorrectionIgor Babaev2019-05-191-0/+7
* | Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
|\ \ | |/
| * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
* | MDEV-14572: Assertion `! is_set()' failed in Diagnostics_area::set_eof_status...Oleksandr Byelkin2019-04-301-0/+10
* | Merge branch '5.5' into 10.1Sergei Golubchik2019-04-261-5/+1
|\ \ | |/
| * bugfix: multi-update checked privileges on views incorrectlySergei Golubchik2019-04-241-5/+1
| * MDEV-17610 Unexpected connection abort after certain operations from within s...Vladislav Vaintroub2019-04-041-7/+8
* | MDEV-17610 Unexpected connection abort after certain operations fromVladislav Vaintroub2019-04-041-8/+7
* | Revert MDEV-18464 and MDEV-12009Marko Mäkelä2019-03-281-11/+3
* | MDEV-12009: Allow to force kill user threads/query which are flagged as high ...Jan Lindström2019-03-281-3/+11
* | Fix cmake -DENABLED_PROFILING=OFFMarko Mäkelä2019-03-261-1/+3
* | Merge 10.0 into 10.1Marko Mäkelä2019-03-261-1/+1
|\ \
| * | Update sql_parse.ccChris Calender2019-03-221-1/+1
* | | Backporting slow log simulation logic details from 10.2 to 10.1Alexander Barkov2019-03-221-2/+5
* | | fix gcc 8 compiler warningsSergei Golubchik2019-03-141-3/+2
* | | MDEV-18907 Slow log: RENAME TABLE is not "admin", while ALTER TABLE..RENAME isAlexander Barkov2019-03-131-1/+2
* | | Tests for MDEV-18892 Regression in slow log and admin statementsAlexander Barkov2019-03-121-0/+3
* | | MDEV-15945 --ps-protocol does not test some queriesSergei Golubchik2019-03-121-49/+9
* | | cleanup: miscSergei Golubchik2019-03-121-6/+4
* | | pass the slow logging information in thd->query_plan_flagsSergei Golubchik2019-03-121-41/+28
* | | A cleanup for MDEV-18333 Slow_queries count doesn't increase when slow_query_...Alexander Barkov2019-03-061-0/+5
* | | MDEV-18333 Slow_queries count doesn't increase when slow_query_log is turned offAlexander Barkov2019-03-041-13/+49
* | | 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
* | | wsrep: create a macro for the error: labelSergei Golubchik2018-10-241-0/+1
* | | 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 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
* | | | 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