summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-22119: main.innodb_ext_key fails sporadically10.5-mdev22119Varun Gupta2020-06-122-0/+8
* MDEV-21831: Assertion `length == pack_length()' failed in Field_inet6::sort_s...Varun Gupta2020-06-113-1/+18
* MDEV-22850 Reduce buf_pool.page_hash latch contentionMarko Mäkelä2020-06-115-25/+88
* Add information_schema.spider_wrapper_protocols for knowing available wrapper...Kentoku SHIBA2020-06-1111-12/+262
* MDEV-22863: Fix GCC 4.8.5 -WconversionMarko Mäkelä2020-06-111-2/+3
* MDEV-22865 compilation failure on win32-debugMarko Mäkelä2020-06-111-2/+2
* MDEV-22864: cmake/libutils account for cmake-2.8.12.1Daniel Black2020-06-111-3/+2
* MDEV-22819: Wrong result or Assertion `ix > 0' failed in read_to_buffer upon ...Varun Gupta2020-06-114-6/+106
* Fix typoSachin2020-06-111-1/+1
* MDEV-22722 Assertion "inited==NONE" failed in handler::ha_index_init on the s...Sachin2020-06-113-0/+38
* MDEV-22858 Remove unused innodb_mem_validate_usec, innodb_master_purge_usecMarko Mäkelä2020-06-106-21/+0
* MDEV-14347 CREATE PROCEDURE returns no error when using an unknown variableAlexander Barkov2020-06-1011-19/+1096
* MDEV-8069 DROP or rebuild of a large table may lock up InnoDBEugene Kosov2020-06-103-32/+89
* Merge branch 'bb-10.5-MDEV-22841' into 10.5Vladislav Vaintroub2020-06-102-187/+309
|\
| * MDEV-19917: Install Spider with a simple spider.cnfbb-10.5-MDEV-22841Otto Kekäläinen2020-06-104-58/+3
| * Deb: Clean up default configs for 10.5 eraOtto Kekäläinen2020-06-105-54/+40
| * MDEV-19933: Sync mariadb-common and update-alternatives based /etc/mysql/Otto Kekäläinen2020-06-1014-216/+300
| * MDEV-22059: MSAN report at replicate_ignore_table_grantSujatha2020-06-101-8/+20
| * cmake: merge_static_libs - correct duplicate assumptions (#1583)Daniel Black2020-06-103-47/+29
| * MDEV-22841 ut_new_get_key_by_file is unnecessarily expensiveVladislav Vaintroub2020-06-102-187/+309
* | MDEV-19917: Install Spider with a simple spider.cnfOtto Kekäläinen2020-06-104-58/+3
* | Deb: Clean up default configs for 10.5 eraOtto Kekäläinen2020-06-105-54/+40
* | MDEV-19933: Sync mariadb-common and update-alternatives based /etc/mysql/Otto Kekäläinen2020-06-1014-216/+300
* | MDEV-22059: MSAN report at replicate_ignore_table_grantSujatha2020-06-101-8/+20
* | cmake: merge_static_libs - correct duplicate assumptions (#1583)Daniel Black2020-06-103-47/+29
|/
* MDEV-22110 preparation: Remove mtr_memo_contains macrosMarko Mäkelä2020-06-1020-325/+242
* MDEV-22110 preparation: Remove some unused function parametersMarko Mäkelä2020-06-101-85/+46
* MDEV-15053: Adjust results for innodb_page_hash_locks=64Marko Mäkelä2020-06-102-6/+6
* Fix GCC -Wunused-functionMarko Mäkelä2020-06-101-1/+2
* Fixed compilation error in DCMAKE_BUILD_TYPE=mysql_release mode when WSREP en...Julius Goryavsky2020-06-102-0/+4
* MDEV-22399: Remove multiple calls to enable and disable Handler::keyread and ...Varun Gupta2020-06-102-71/+111
* MDEV-15053 fixup: Reduce contention in buf_page_get_low()Marko Mäkelä2020-06-094-7/+5
* WIPMarko Mäkelä2020-06-091-0/+1
* MDEV-22836: Server crashes in err_conv / ErrBuff::set_strVarun Gupta2020-06-093-0/+26
* remove dead codeSergei Golubchik2020-06-0911-248/+10
* MDEV-21765 Possibly inconsistent behavior of BIT_xx functions with INET6 fieldAlexander Barkov2020-06-095-0/+52
* MDEV-22325 ib_logfile0 is too small for innodb_thread_concurrency=0. The size...Eugene Kosov2020-06-093-19/+10
* MDEV-15053 follow-up to reduce buf_pool.mutex contentionMarko Mäkelä2020-06-087-85/+47
* Merge 10.4 into 10.5Marko Mäkelä2020-06-0813-16/+451
|\
| * Merge 10.3 into 10.4Marko Mäkelä2020-06-0815-19/+454
| |\
| | * Merge 10.2 into 10.3Marko Mäkelä2020-06-087-17/+252
| | |\
| | | * MDEV-22827 InnoDB: Failing assertion: purge_sys->n_stop == 0Marko Mäkelä2020-06-082-3/+3
| | | * MDEV-22748 MariaDB crash on WITH RECURSIVE large queryIgor Babaev2020-06-065-13/+247
| | * | Don't allow ALTER TABLE ... ORDER BY on SEQUENCE objectsMonty2020-06-073-0/+23
| | * | Don't allow illegal create options for SEQUENCEMonty2020-06-075-1/+97
| | * | MDEV-22822 sql_mode="oracle" cannot declare without variable errorsAlexander Barkov2020-06-073-2/+83
* | | | Partition the test innodb.temp_table_savepointMarko Mäkelä2020-06-082-469/+8
* | | | MDEV-22824 Buffer overflow in dict_table_t::parse_name()Marko Mäkelä2020-06-071-6/+13
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-06-0733-58/+407
|\ \ \ \ | |/ / /
| * | | MDEV-22719 Long unique keys are not created when individual key_part->length ...Sachin2020-06-073-0/+25