1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

MDEV-22010: Allow mariadbd in mtr suppressions

This commit is contained in:
Marko Mäkelä
2020-04-07 17:20:38 +03:00
parent 1738c0f1be
commit 0eab87cef2
7 changed files with 7 additions and 7 deletions

View File

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