mirror of
https://github.com/MariaDB/server.git
synced 2025-11-16 20:23:18 +03:00
Contains also:
MDEV-10549 mysqld: sql/handler.cc:2692: int handler::ha_index_first(uchar*): Assertion `table_share->tmp_table != NO_TMP_TABLE || m_lock_type != 2' failed. (branch bb-10.2-jan)
Unlike MySQL, InnoDB still uses THR_LOCK in MariaDB
MDEV-10548 Some of the debug sync waits do not work with InnoDB 5.7 (branch bb-10.2-jan)
enable tests that were fixed in MDEV-10549
MDEV-10548 Some of the debug sync waits do not work with InnoDB 5.7 (branch bb-10.2-jan)
fix main.innodb_mysql_sync - re-enable online alter for partitioned innodb tables
18 lines
622 B
Modula-2
18 lines
622 B
Modula-2
##############################################################################
|
|
#
|
|
# List the test cases that are to be disabled temporarily.
|
|
#
|
|
# Separate the test case name and the comment with ':'.
|
|
#
|
|
# <testcasename> : BUG#<xxxx> <date disabled> <disabler> <comment>
|
|
#
|
|
# Do not use any TAB characters for whitespace.
|
|
#
|
|
##############################################################################
|
|
|
|
restart : Not supported by MariaDB 10.2 2/9/2016 jplindst
|
|
innochecksum : MDEV-10727 2/9/2016 jplindst
|
|
innochecksum_2 : MDEV-10727 2/9/2016 jplindst
|
|
innochecksum_3 : MDEV-10727 2/9/2016 jplindst
|
|
wl6560 : MDEV_10727
|