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