Commit c59a52b7 authored by Marko Mäkelä's avatar Marko Mäkelä

Fix nondeterministic failure of innodb.table_flags

The files ibtmp1 and ib_buffer_pool are sometimes created, sometimes not.
Remove them if they exist.
parent b429e8ca
...@@ -174,7 +174,6 @@ a ...@@ -174,7 +174,6 @@ a
SELECT * FROM tp; SELECT * FROM tp;
a a
DROP TABLE tr,tc,td,tz,tp; DROP TABLE tr,tc,td,tz,tp;
ib_buffer_pool
ib_logfile0 ib_logfile0
ib_logfile1 ib_logfile1
ibdata1 ibdata1
......
...@@ -194,6 +194,11 @@ DROP TABLE tr,tc,td,tz,tp; ...@@ -194,6 +194,11 @@ DROP TABLE tr,tc,td,tz,tp;
--let $restart_parameters= --let $restart_parameters=
--source include/restart_mysqld.inc --source include/restart_mysqld.inc
--error 0,1
--remove_file $bugdir/ibtmp1
--error 0,1
--remove_file $bugdir/ib_buffer_pool
--list_files $bugdir --list_files $bugdir
--remove_files_wildcard $bugdir --remove_files_wildcard $bugdir
--rmdir $bugdir --rmdir $bugdir
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