Skip to content
Permalink
Browse files
Flush crash-unsafe tables before killing the server
  • Loading branch information
dr-m committed Jul 5, 2017
1 parent 6eb1ce0 commit 15c73c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
@@ -1,4 +1,5 @@
SET GLOBAL innodb_file_per_table=ON;
FLUSH TABLES;
CREATE TABLE t1(a INT PRIMARY KEY) ENGINE=InnoDB;
CREATE TABLE t3(a INT PRIMARY KEY) ENGINE=InnoDB;
BEGIN;
@@ -7,6 +7,7 @@
--source include/not_embedded.inc

SET GLOBAL innodb_file_per_table=ON;
FLUSH TABLES;

CREATE TABLE t1(a INT PRIMARY KEY) ENGINE=InnoDB;

0 comments on commit 15c73c8

Please sign in to comment.