1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

MDEV-18639 Assertion failure upon attempt to start with lower number of undo tablespaces

trx_rseg_t::is_persistent(): Correct a bogus debug assertion.
This commit is contained in:
Thirunarayanan Balathandayuthapani
2019-02-19 14:47:10 +02:00
committed by Marko Mäkelä
parent af6fdc1307
commit 88b6dc4db5
3 changed files with 4 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ update t1 set c = 'MariaDB';
update t1 set c = 'InnoDB';
set global debug_dbug = '+d,ib_undo_trunc';
commit;
call mtr.add_suppression("InnoDB: innodb_undo_tablespaces=0 disables dedicated undo log tablespaces");
call mtr.add_suppression("InnoDB: The transaction log size is too large");
SET GLOBAL innodb_fast_shutdown=0;
FOUND 1 /ib_undo_trunc/ in mysqld.1.err