summaryrefslogtreecommitdiff
path: root/mysql-test/t/merge.test
diff options
context:
space:
mode:
authoristruewing@stella.local <>2007-11-18 20:28:37 +0100
committeristruewing@stella.local <>2007-11-18 20:28:37 +0100
commitb6831e182bb923b484904150991f20a845dc22d1 (patch)
tree436e0d2b3367acd094c89e35dffc784b3e3db7bf /mysql-test/t/merge.test
parent060527415532b145bd9612a45b82ea7fbd4ca94e (diff)
downloadmariadb-git-b6831e182bb923b484904150991f20a845dc22d1.tar.gz
Bug#26379 - Combination of FLUSH TABLE and REPAIR TABLE
corrupts a MERGE table Post-pushbuild fix for a Valgrind warning.
Diffstat (limited to 'mysql-test/t/merge.test')
-rw-r--r--mysql-test/t/merge.test2
1 files changed, 0 insertions, 2 deletions
diff --git a/mysql-test/t/merge.test b/mysql-test/t/merge.test
index cd4e732b954..3b71dc6fde1 100644
--- a/mysql-test/t/merge.test
+++ b/mysql-test/t/merge.test
@@ -1279,8 +1279,6 @@ CHECK TABLE t1 EXTENDED;
#
# Not using FLUSH TABLES before REPAIR.
LOCK TABLES t2 WRITE, t1 WRITE;
-SELECT * FROM t2;
-LOCK TABLES t2 WRITE, t1 WRITE;
REPAIR TABLE t1;
CHECK TABLE t1;
REPAIR TABLE t1;