Commit f57dda3b authored by Bjorn Munch's avatar Bjorn Munch

minor fix of a valgrind suppress pattern

parent 6edaebbf
...@@ -181,7 +181,7 @@ INSERT INTO global_suppressions VALUES ...@@ -181,7 +181,7 @@ INSERT INTO global_suppressions VALUES
("==[0-9]*== Using"), ("==[0-9]*== Using"),
("==[0-9]*== For more details"), ("==[0-9]*== For more details"),
/* This comes with innodb plugin tests */ /* This comes with innodb plugin tests */
("==[0-9]*== Warning: set address range perms: large range .* .defined."), ("==[0-9]*== Warning: set address range perms: large range"),
("THE_LAST_SUPPRESSION")|| ("THE_LAST_SUPPRESSION")||
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment