1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-03 05:41:09 +03:00

5.3->5.5 merge

This commit is contained in:
Sergei Golubchik
2013-02-28 22:47:29 +01:00
52 changed files with 1825 additions and 294 deletions

View File

@@ -4771,6 +4771,7 @@ sub extract_warning_lines ($$) {
qr|Error: io_setup\(\) failed|,
qr|Warning: io_setup\(\) failed|,
qr|Warning: io_setup\(\) attempt|,
qr|setrlimit could not change the size of core files to 'infinity';|,
);
my $matched_lines= [];