summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* MDEV-18266 Changing an index comment unnecessarily rebuilds indexbb-10.4-MDEV-18266-index-commentEugene Kosov2019-07-103-6/+16
* MDEV-19996 Bison grammar: turn singe-character operators into <kwd>Alexander Barkov2019-07-095-32/+35
* MDEV-16222 Assertion `0' failed in row_purge_remove_sec_if_poss_leaf on table...Aleksey Midenkov2019-07-083-0/+11
* MDEV-19175 Server crashes in ha_partition::vers_can_native upon INSERT DELAYE...Aleksey Midenkov2019-07-081-1/+1
* MDEV-19955 make argument of handler::ha_write_row() constEugene Kosov2019-07-057-12/+13
* Merge 10.3 into 10.4Marko Mäkelä2019-07-0210-2/+42
|\
| * Merge 10.2 into 10.3Marko Mäkelä2019-07-0210-2/+42
| |\
| | * MDEV-19893 Do not send error packets with seqno= 0Vladislav Vaintroub2019-06-271-0/+11
| | * Merge 10.1 into 10.2Eugene Kosov2019-06-239-2/+33
| | |\
| | | * Merge 5.5 into 10.1Eugene Kosov2019-06-201-0/+4
| | | |\
| | | | * MDEV-19790 Wrong result for query with outer join and IS NOT TRUE predicateIgor Babaev2019-06-171-0/+4
| | | * | MDEV-18661 loading the audit plugin causes performance regression.Alexey Botchkov2019-06-158-3/+29
* | | | | MDEV-19878 pam v2: pam password authentication doesn't work at allSergei Golubchik2019-07-021-1/+1
* | | | | MDEV-19716: ASAN use-after-poison in Query_log_event::Query_log_event / THD::...Sujatha2019-07-021-33/+36
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-07-012-2/+7
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-17551 assert or crashed table when using blobsMonty2019-06-272-1/+6
* | | | | MDEV-17402 slave_transaction_retry_errors="12701" won't be enabled (#1346)Kentoku SHIBA2019-06-291-1/+1
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-06-272-2/+3
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-19845: Adaptive spin loopsMarko Mäkelä2019-06-271-0/+1
| * | | | MDEV-19643 : Fix semisync on WindowsVladislav Vaintroub2019-06-211-2/+2
* | | | | MDEV-19585 Assertion with S3 table and flush_tablesMonty2019-06-262-7/+51
* | | | | MDEV-19049 Server crashes in check_duplicate_long_entry_key, ASAN stack-buffe...Sachin2019-06-261-0/+9
* | | | | MDEV-19820 Wrong result with multiple single column index requestIgor Babaev2019-06-251-1/+1
* | | | | NFC: refactor Field::is_equal() and related stuffEugene Kosov2019-06-227-264/+180
* | | | | MDEV-17301 Change of COLLATE unnecessarily requires ALGORITHM=COPYEugene Kosov2019-06-226-60/+108
* | | | | remove workaround from MDEV-9409Vladislav Vaintroub2019-06-221-7/+1
* | | | | MDEV-19819 ALTER from POINT to LINESTRING erroneously preserves POINT valuesAlexander Barkov2019-06-211-2/+17
* | | | | MDEV-19776: Assertion `to_len >= 8' failed in convert_to_printable with optim...Varun Gupta2019-06-203-1/+7
* | | | | MDEV-19774 Assertion `sec.se c() <= 0x7FFFFFFFL' failed in Item_func_from_uni...Alexander Barkov2019-06-202-4/+34
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-06-1912-99/+224
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into 10.3Marko Mäkelä2019-06-196-17/+33
| |\ \ \ \ | | |/ / /
| | * | | MDEV-19595 fixedMichael Widenius2019-06-193-4/+12
| | * | | MDEV-19055 Failures with temporary tables and AriaMichael Widenius2019-06-172-12/+18
| | * | | MDEV-19771 REPLACE on table with virtual_field can cause crashMichael Widenius2019-06-151-0/+3
| * | | | MDEV-18940 Galera: Rolling upgrade: all nodes except upgraded node5 failed wi...mkaruza2019-06-181-1/+1
| * | | | MDEV-17363 - Compressed columns cannot be restored from dumpAlexander Barkov2019-06-184-81/+190
| * | | | Fix LEX_CSTRING passed as argument of printf-like functionsNikita Malyavin2019-06-172-2/+2
* | | | | Merge branch 'bb-10.4-release' into 10.4Sergei Golubchik2019-06-181-1/+1
|\ \ \ \ \
| * | | | | bugfix: crash on the empty db namemariadb-10.4.6Sergei Golubchik2019-06-171-1/+1
* | | | | | MDEV-18832 Galera: 10.4 node crashed with Assertion `state() == s_committing'...mkaruza2019-06-181-0/+2
|/ / / / /
* | | | | MDEV-14735 better matching order for grantsSergei Golubchik2019-06-172-55/+223
* | | | | bugfix: PROXY privilege matched usernames incorrectlySergei Golubchik2019-06-171-4/+2
* | | | | MDEV-14101 Provide an option to select TLS protocol versionGeorg Richter2019-06-173-4/+31
* | | | | Rename of stat table tried to rename open table.Michael Widenius2019-06-171-5/+6
* | | | | Fix of fail of period.updtae with ps protocol.Oleksandr Byelkin2019-06-151-0/+5
* | | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-06-1421-545/+704
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.2-release' into 10.3-releaseOleksandr Byelkin2019-06-141-1/+5
| |\ \ \ \ | | |/ / /
| | * | | MDEV-19633 ASAN use-after-poison in tree_insert() in main.func_gconcatSergei Golubchik2019-06-141-1/+5
| * | | | MDEV-16804 SYSTEM VERSIONING columns not showing as GENERATEDAleksey Midenkov2019-06-141-0/+6
| * | | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-06-1419-540/+697
| |\ \ \ \ | | |/ / /