mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
relax the XA recovery error
it's just a suggestion anyway, not a bullet-proof check, let's not act as if it is
This commit is contained in:
@@ -2,6 +2,7 @@ call mtr.add_suppression("Creating system tablespace with existing redo log file
|
||||
call mtr.add_suppression("InnoDB: Database creation was aborted");
|
||||
call mtr.add_suppression("Plugin 'InnoDB' init function returned error.");
|
||||
call mtr.add_suppression("Plugin 'InnoDB' registration as a STORAGE ENGINE failed.");
|
||||
call mtr.add_suppression("Fewer engines are enabled now than were before the crash");
|
||||
CREATE TABLE t(a INT) ENGINE=InnoDB;
|
||||
# Kill the server
|
||||
# restart
|
||||
|
Reference in New Issue
Block a user