1
0
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:
Sergei Golubchik
2024-10-30 10:03:18 +01:00
parent b09c8b03d7
commit 7feec30939
16 changed files with 17 additions and 5 deletions

View File

@@ -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