Windows-specific suppression and perl problems
This commit is contained in:
parent
e0f7f8242d
commit
55e9bfd4d9
@ -81,7 +81,7 @@ EOF
|
||||
# Adding a warning suppression based on what InnoDB currently does
|
||||
# when it attempts to access a table without an *.ibd file
|
||||
--disable_query_log
|
||||
eval CALL mtr.add_suppression('$storage_engine: Error:.*');
|
||||
eval CALL mtr.add_suppression('$storage_engine: Error:');
|
||||
--enable_query_log
|
||||
}
|
||||
|
||||
|
@ -110,7 +110,7 @@ if ($have_default_index)
|
||||
|
||||
while (!$my_errno)
|
||||
{
|
||||
--error 0,1
|
||||
--error 0,2
|
||||
--perl
|
||||
use File::Copy;
|
||||
@files = glob "$ENV{my_datadir}/test/t1*";
|
||||
@ -122,7 +122,7 @@ if ($have_default_index)
|
||||
exit 0;
|
||||
}
|
||||
# No more files
|
||||
exit 1;
|
||||
exit 2;
|
||||
EOF
|
||||
let $my_errno = $errno;
|
||||
if (!$my_errno)
|
||||
|
Loading…
x
Reference in New Issue
Block a user