Skip to content
Permalink
Browse files
Work around MDEV-14029 Server does not remove #sql*.frm files after c…
…rash during ALTER TABLE

For the two ALTER TABLE statements that are interrupted by killing the
server, manually remove the #sql*.frm files, because server startup
will not remove the files.
  • Loading branch information
dr-m committed Oct 9, 2017
1 parent 1a4c632 commit 6edba39
Showing 1 changed file with 3 additions and 0 deletions.
@@ -120,4 +120,7 @@ SHOW CREATE TABLE t1;
SHOW CREATE TABLE t2;
DROP TABLE t1,t2;

--remove_files_wildcard $MYSQLD_DATADIR/test #sql*.frm
--list_files $MYSQLD_DATADIR/test

SET GLOBAL innodb_purge_rseg_truncate_frequency=@saved_frequency;

0 comments on commit 6edba39

Please sign in to comment.