added warning to ignore
This commit is contained in:
parent
82c3b42a6e
commit
785a9ac93a
@ -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= [];
|
||||
|
Loading…
x
Reference in New Issue
Block a user