mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-22010: Allow mariadbd in mtr suppressions
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
set global innodb_file_per_table=OFF;
|
||||
|
||||
call mtr.add_suppression("mysqld: file-key-management-filename is not set");
|
||||
call mtr.add_suppression("(mysqld|mariadbd).*: file-key-management-filename is not set");
|
||||
call mtr.add_suppression("Plugin 'file_key_management' init function returned error.");
|
||||
call mtr.add_suppression("Plugin 'file_key_management' registration as a ENCRYPTION failed.");
|
||||
flush tables;
|
||||
|
Reference in New Issue
Block a user