mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
MDEV-22010: Allow mariadbd in mtr suppressions
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
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