mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
fec844aca8
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
9 lines
264 B
Text
9 lines
264 B
Text
--source include/big_test.inc
|
|
# test takes too long with valgrind
|
|
--source include/not_valgrind.inc
|
|
--source include/have_debug.inc
|
|
--let $num_inserts = 1500
|
|
--let $num_ops = 3500
|
|
--source suite/innodb/include/innodb_simulate_comp_failures.inc
|
|
# clean exit
|
|
--exit
|