summaryrefslogtreecommitdiff
path: root/mysql-test/t/myisam.test
diff options
context:
space:
mode:
authorunknown <knielsen@knielsen-hq.org>2010-05-02 08:47:28 +0200
committerunknown <knielsen@knielsen-hq.org>2010-05-02 08:47:28 +0200
commitbe7c84c7e7d441b9a28f8a956feb87884d02202b (patch)
tree8bcc179d986ff3b0a408df8a73939ec777cd3964 /mysql-test/t/myisam.test
parent79405cca92c9fa08f5f7957e81dd25868da402f0 (diff)
downloadmariadb-git-be7c84c7e7d441b9a28f8a956feb87884d02202b.tar.gz
5.1.46 after-merge fixes: must FLUSH TABLES before copying .frm.
Diffstat (limited to 'mysql-test/t/myisam.test')
-rw-r--r--mysql-test/t/myisam.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/myisam.test b/mysql-test/t/myisam.test
index 27b5a38978b..d498d4e95ad 100644
--- a/mysql-test/t/myisam.test
+++ b/mysql-test/t/myisam.test
@@ -1641,6 +1641,7 @@ DROP TABLE t1;
CREATE TABLE t1(a INT, b BIT(1));
INSERT INTO t1 VALUES(1, 0), (2, 1);
CREATE TABLE t2 SELECT * FROM t1;
+FLUSH TABLES;
--copy_file $MYSQLD_DATADIR/test/t1.frm $MYSQLD_DATADIR/test/t3.frm
--copy_file $MYSQLD_DATADIR/test/t1.MYD $MYSQLD_DATADIR/test/t3.MYD
--copy_file $MYSQLD_DATADIR/test/t1.MYI $MYSQLD_DATADIR/test/t3.MYI