summaryrefslogtreecommitdiff
path: root/sql/sql_parse.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.3 into 10.4Marko Mäkelä2019-04-081-14/+1
|\
| * Merge 10.2 into 10.3Marko Mäkelä2019-04-071-14/+1
| |\
| | * MDEV-19112 WITH clause does not work with information_schema as default databaseIgor Babaev2019-04-051-14/+1
* | | Fix -Wformat and -Wnonnull-compare for WSREPMarko Mäkelä2019-04-031-1/+1
* | | Merge 10.3 into 10.4Marko Mäkelä2019-04-021-1/+1
|\ \ \ | |/ /
* | | Merge 10.3 into 10.4Marko Mäkelä2019-03-261-2/+4
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2019-03-261-2/+4
| |\ \ | | |/
| | * Merge 10.1 into 10.2Marko Mäkelä2019-03-261-1/+3
| | |\
| | | * Fix cmake -DENABLED_PROFILING=OFFMarko Mäkelä2019-03-261-1/+3
| | * | Merge 10.1 into 10.2Marko Mäkelä2019-03-261-1/+1
| | |\ \ | | | |/
| | | * 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
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-03-251-5/+2
|\ \ \ \ \ | |/ / / /
| * | | | remove unused argumentEugene Kosov2019-03-221-2/+1
| * | | | remove dead codeEugene Kosov2019-03-221-3/+1
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-03-201-105/+53
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.2' into 10.3Sergei Golubchik2019-03-171-109/+57
| |\ \ \ \ | | |/ / /
| | * | | post-merge: --ps-protocol fixesSergei Golubchik2019-03-151-2/+5
| | * | | Merge branch '10.1' into 10.2Sergei Golubchik2019-03-151-100/+48
| | |\ \ \ | | | |/ /
| | | * | 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
* | | | | MDEV-18450 Slaves wait shutdownSergey Vojtovich2019-03-121-0/+1
* | | | | Replace setting QPLAN_ADMIN directly with prepare_logs_for_admin_command()Monty2019-03-081-1/+1
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-03-071-1/+6
|\ \ \ \ \ | |/ / / /
| * | | | After-merge fix for MDEV-18333 Slow_queries count doesn't increase when slow_...Alexander Barkov2019-03-061-1/+1
| * | | | Merge 10.2 into 10.3Marko Mäkelä2019-03-061-0/+5
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.1 into 10.2Marko Mäkelä2019-03-061-0/+5
| | |\ \ \ | | | |/ /
| | | * | A cleanup for MDEV-18333 Slow_queries count doesn't increase when slow_query_...Alexander Barkov2019-03-061-0/+5
* | | | | Adieu slave_listSergey Vojtovich2019-03-061-2/+2
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-03-061-8/+50
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into 10.3Marko Mäkelä2019-03-051-8/+50
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.1 into 10.2Marko Mäkelä2019-03-041-13/+49
| | |\ \ \ | | | |/ /
| | | * | MDEV-18333 Slow_queries count doesn't increase when slow_query_log is turned offAlexander Barkov2019-03-041-13/+49
| | * | | MDEV-18281 COM_RESET_CONNECTION changes the connection encodingVladislav Vaintroub2019-02-021-0/+3
* | | | | MDEV-7597 Expiration of user passwordsRobert Bindar2019-02-211-1/+17
* | | | | MDEV-17082 Application-time periods: CREATENikita Malyavin2019-02-211-2/+2
* | | | | 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