mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
added warning to ignore
This commit is contained in:
@ -4717,8 +4717,8 @@ sub extract_warning_lines ($$) {
|
||||
qr/InnoDB: See also */,
|
||||
qr/InnoDB: Cannot open .*ib_buffer_pool.* for reading: No such file or directory*/,
|
||||
qr/InnoDB: Table .*mysql.*innodb_table_stats.* not found./,
|
||||
qr/InnoDB: User stopword table .* does not exist./
|
||||
|
||||
qr/InnoDB: User stopword table .* does not exist./,
|
||||
qr/Detected table cache mutex contention at instance .* waits. Additional table cache instance cannot be activated: consider raising table_open_cache_instances. Number of active instances/
|
||||
);
|
||||
|
||||
my $matched_lines= [];
|
||||
|
Reference in New Issue
Block a user