summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* MDEV-16188 Post merge fixes:fixed warnings on WindowsIgor Babaev2019-02-065-8/+12
* MDEV-18144: ANALYZE for statement support for PK filtersGalina Shalygina2019-02-068-8/+144
* MDEV-16188 Post-merge corrections and adjustmentsIgor Babaev2019-02-041-1/+1
* Merge branch '10.4' into bb-10.4-mdev16188Igor Babaev2019-02-03189-10599/+20480
|\
| * MDEV-17484: New defaults for eq_range_index_dive_limit in 10.4Varun Gupta2019-02-011-1/+1
| * Merge bb-10.4-release into 10.4Marko Mäkelä2019-01-301-2/+2
| |\
| | * downgrade wsrep_plugin_init()/wsrep_plugin_deinit log messagesSergei Golubchik2019-01-281-2/+2
| * | Avoid taking LOCK_thread_count for thread_count protectionSergey Vojtovich2019-01-294-34/+7
| * | MDEV-18400 - Move shutdown handling to main threadSergey Vojtovich2019-01-296-274/+114
| * | MDEV-15135 - Make LOCK_show_status rwlock, to enable parallelism ofVladislav Vaintroub2019-01-284-20/+19
| * | Use rwlock rather than mutex for protecting THD_listVladislav Vaintroub2019-01-283-15/+17
| * | Removed redundant service_thread_countSergey Vojtovich2019-01-287-65/+49
| * | Move THD list handling to THD_listSergey Vojtovich2019-01-2816-699/+697
| * | Simplified THD::current_linfo lockingSergey Vojtovich2019-01-284-25/+10
| * | Execute bootstrap in main threadSergey Vojtovich2019-01-287-126/+23
| * | Simplified code, no functional changesSergey Vojtovich2019-01-281-41/+11
| |/
| * Removed declaration of strconvert() from innodb_priv.hMonty2019-01-261-3/+1
| * Removed \n from sql_print_error()Monty2019-01-265-19/+19
| * fix failing openssl_1 testSergei Golubchik2019-01-261-3/+5
| * Merge branch '10.3' into 10.4Sergei Golubchik2019-01-264-25/+16
| |\
| | * cleanup: trg2bit() helperSergei Golubchik2019-01-254-25/+16
| * | Merge 10.3 into 10.4Marko Mäkelä2019-01-2411-17/+34
| |\ \ | | |/
| | * Merge 10.2 into 10.3Marko Mäkelä2019-01-247-8/+33
| | |\
| | | * Fix the build after MDEV-17803Marko Mäkelä2019-01-242-5/+5
| | | * Merge 10.1 into 10.2Marko Mäkelä2019-01-244-4/+28
| | | |\
| | | | * Merge 10.0 into 10.1Marko Mäkelä2019-01-241-0/+16
| | | | |\
| | | | | * MDEV-17376 Server fails to set ADD_PK_INDEX, DROP_PK_INDEX if unique index no...Thirunarayanan Balathandayuthapani2019-01-241-0/+17
| | | | | * MDEV-17803 Row-based event is not applied when table map id is greaterAndrei Elkin2019-01-232-2/+5
| | | | * | merge 10.0 -> 10.1 to resolve MDEV-17803 conflicts.Andrei Elkin2019-01-232-2/+5
| | | | * | MDEV-18119 upgrading from 10.3 to 10.4 can result in the password for a user ...Sergei Golubchik2019-01-231-2/+6
| | | * | | Merge 10.1 into 10.2Marko Mäkelä2019-01-232-1/+4
| | | |\ \ \ | | | | |/ /
| | | | * | Merge 10.0 into 10.1Marko Mäkelä2019-01-232-1/+4
| | | | |\ \ | | | | | |/
| | | | | * MDEV-15925 FRM_MAX_SIZE too low for some use casesSergei Golubchik2019-01-211-1/+1
| | | | | * MDEV-14440: Assertion `inited==RND' failed in handler::ha_rnd_endVarun Gupta2019-01-181-0/+3
| | * | | | Merge pull request #1120 from tempesta-tech/sysprg/MDEV-17835v2Jan Lindström2019-01-235-10/+6
| | |\ \ \ \
| | | * | | | MDEV-17835: Remove wsrep-sst-method=xtrabackupJulius Goryavsky2019-01-225-10/+6
| * | | | | | Remove unused codeMarko Mäkelä2019-01-242-8/+0
| * | | | | | Fix compilation on WindowsSergei Petrunia2019-01-241-1/+2
| * | | | | | Silence "WSREP: Server initial position ..." message when wsrep-debug=OFFJan Lindström2019-01-241-1/+1
| * | | | | | MDEV-18073: get_range_limit_read_cost() doesnt adjust LIMIT for the range accessSergei Petrunia2019-01-231-6/+37
| * | | | | | MDEV-17761: Odd optimizer choice with ORDER BY LIMIT and condition selectivitySergei Petrunia2019-01-231-0/+22
| * | | | | | Galera4Brave Galera Crew2019-01-2377-4744/+9026
| * | | | | | MDEV-5313 Improve Audit API.Alexey Botchkov2019-01-181-1/+1
| * | | | | | MDEV-5313 Improving audit API.Alexey Botchkov2019-01-181-50/+50
| * | | | | | Merge 10.3 into 10.4Marko Mäkelä2019-01-173-13/+17
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge 10.2 into 10.3Marko Mäkelä2019-01-173-13/+17
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | | * | | | Merge 10.1 into 10.2Marko Mäkelä2019-01-173-13/+17
| | | |\ \ \ \ | | | | | |/ / | | | | |/| |
| | | | * | | Merge 10.0 into 10.1Marko Mäkelä2019-01-172-2/+7
| | | | |\ \ \ | | | | | | |/ | | | | | |/|
| | | | | * | MDEV-17475: Increase maximum possible value for table_definition_cache to mat...Oleksandr Byelkin2019-01-161-2/+6
| | | | | * | MDEV-13784: query causes seg faultVarun Gupta2019-01-061-0/+1