File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ set global innodb_file_per_table=ON;
66CREATE TABLE t1 (a INT AUTO_INCREMENT PRIMARY KEY, b TEXT) ENGINE=InnoDB;
77INSERT INTO t1 (b) VALUES ('corrupt me');
88INSERT INTO t1 (b) VALUES ('corrupt me');
9- # Backup the t1.ibd before corrupting
109# Corrupt the table
1110Munged a string.
1211Munged a string.
Original file line number Diff line number Diff line change @@ -33,14 +33,9 @@ INSERT INTO t1 (b) VALUES ('corrupt me');
3333
3434let $MYSQLD_DATADIR=`select @@datadir`;
3535let t1_IBD = $MYSQLD_DATADIR/test/t1.ibd;
36- let INNODB_PAGE_SIZE=`select @@innodb_page_size`;
37- let MYSQLD_DATADIR=`select @@datadir`;
3836
3937--source include/shutdown_mysqld.inc
4038
41- --echo # Backup the t1.ibd before corrupting
42- --copy_file $t1_IBD $MYSQLD_DATADIR/test/t1.ibd.backup
43-
4439--echo # Corrupt the table
4540
4641perl;
You can’t perform that action at this time.
0 commit comments