summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-21841 CONV() function doesn't truncate its output to 21 when uses defaul...bb-MDEV-21841Roman Nozdrin2020-02-283-1/+27
* MDEV-21693: Fix clang -Winconsistent-missing-overrideMarko Mäkelä2020-02-281-193/+193
* MDEV-21693 ALGORITHM=INSTANT does not work for partitioned tablesThirunarayanan Balathandayuthapani2020-02-284-1/+64
* MDEV-21684: mysqld crash with signal 11 when renaming table+max_statement_timebb-10.4-MDEV-21684Oleksandr Byelkin2020-02-264-14/+129
* MDEV-21610 Different query results from 10.4.11 to 10.4.12Sergei Petrunia2020-02-202-4/+16
* Fix compile failure, compare_key_parts in handler shadowed by MyRocksSergei Petrunia2020-02-191-0/+1
* MDEV-21610 Different query results from 10.4.11 to 10.4.12Igor Babaev2020-02-186-21/+516
* MDEV-20726 InnoDB: Assertion failure in file data0type.cc line 67bb-10.4-MDEV-20726-alter-utf8Eugene Kosov2020-02-184-9/+35
* cleanup: key parts comparisonEugene Kosov2020-02-185-63/+120
* Add missing files.Jan Lindström2020-02-172-0/+12
* MDEV-21601 : Cleanup Galera disabled testsJan Lindström2020-02-168-134/+0
* Fix Galera test galera_as_slave_ctas.Jan Lindström2020-02-162-30/+32
* MDEV-21420 : Galera test failure on galera.mysql-wsrep#33Jan Lindström2020-02-164-7/+418
* MDEV-21514 : Galera test failure on galera.galera_wan_restart_sst on AzureJan Lindström2020-02-163-29/+20
* MDEV-21140 Make galera_recovery.sh work with fs.protected_regular = 1 (#1417)Alexander E. Patrakov2020-02-161-2/+1
* MDEV-18180 : Galera test failure on galera.galera_concurrent_ctasJan Lindström2020-02-162-19/+18
* MDEV-21517 : Galera test galera_sr.GCF-561 failure: Result length mismatchJan Lindström2020-02-162-5/+10
* MDEV-21421 : Galera test sporadic failure on galera.galera_as_slave_gtid_myis...Jan Lindström2020-02-164-61/+61
* MDEV-21601 : Cleanup Galera disabled testsJan Lindström2020-02-1632-2439/+3
* MDEV-21628: Index condition pushdown condition ... not used with BKASergei Petrunia2020-02-143-0/+133
* mysys: remove windac my_security_attr_create (#1391)Daniel Black2020-02-143-210/+0
* micro optimization: avoid std::string copyEugene Kosov2020-02-131-2/+3
* MDEV-21669 InnoDB: Table ... contains <n> indexes inside InnoDB, which is dif...Eugene Kosov2020-02-135-5/+33
* MDEV-20867 - Perform careful review of "Server crashes with BACKUP STAGE and ...Sergey Vojtovich2020-02-135-53/+16
* Merge branch '10.3' into 10.4Oleksandr Byelkin2020-02-11164-2282/+2854
|\
| * Merge branch '10.2' into 10.3Oleksandr Byelkin2020-02-1023-90/+129
| |\
| | * Ignore /lib64 for rpmAnel Husakovic2020-02-101-0/+2
| | * Merge branch '10.1' into 10.2Oleksandr Byelkin2020-02-107-7/+53
| | |\
| | | * Merge branch '5.5' into 10.1Oleksandr Byelkin2020-02-101-1/+0
| | | |\
| | | | * Clean the comment for `table_f_c unt` parameterAnel Husakovic2020-01-291-1/+0
| | | | * bump the VERSIONDaniel Bartholomew2020-01-271-1/+1
| | | * | Remove unused SRV_MASTER_PURGE_INTERVALMarko Mäkelä2020-02-082-4/+2
| | | * | MDEV-21563 FTS thread aborts during shutdownThirunarayanan Balathandayuthapani2020-02-074-2/+19
| | | * | MDEV-21563 FTS thread aborts during shutdownThirunarayanan Balathandayuthapani2020-02-062-0/+29
| | * | | MDEV-16308 : protocol messed up sporadicallyVladislav Vaintroub2020-02-101-1/+0
| | * | | MDEV-21667 : Galera test failure on MW-336Jan Lindström2020-02-092-24/+96
| | * | | MDEV-21601 : Cleanup Galera disabled testsJan Lindström2020-02-0920-1244/+0
| | * | | added warning to ignoreOleksandr Byelkin2020-02-071-2/+2
| | * | | Windows test fixOleksandr Byelkin2020-02-071-13/+14
| | * | | MDEV-21608 Assertion `n_ext == dtuple_get_n_ext(dtuple)' failed during updati...Thirunarayanan Balathandayuthapani2020-02-073-1/+18
| | * | | MDEV-12121: Clean up WITH_INNODB_AHI=OFFMarko Mäkelä2020-02-061-2/+6
| | * | | MDEV-21656: Wrong directory for pam_user_map.soAurélien LEQUOY2020-02-061-1/+1
| | * | | MDEV-18027: Running out of file descriptors and eventual crashOleksandr Byelkin2020-02-053-5/+13
| | * | | Cleanup: Remove mem_block_t::magic_n and mem_block_validate()Marko Mäkelä2020-02-033-46/+2
| | * | | MDEV-21636 information_schema.innodb_mutexes.name column is not populatedMarko Mäkelä2020-02-031-8/+15
| | * | | introduce HASH_REPLACE() for hash_table_tEugene Kosov2020-01-312-4/+16
| * | | | MDEV-21667 : Galera test failure on MW-336Jan Lindström2020-02-092-24/+96
| * | | | MDEV-21601 : Cleanup Galera disabled testsJan Lindström2020-02-0920-1244/+0
| * | | | MDEV-21614 Wrong query results with optimizer_switch="split_materialized=on"Igor Babaev2020-02-073-1/+142
| * | | | MDEV-20076: SHOW GRANTS does not quote role names properlybb-10.3-MDEV-20076Oleksandr Byelkin2020-02-05103-1997/+2124