summaryrefslogtreecommitdiff
path: root/mysql-test/main/flush.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/flush.result')
-rw-r--r--mysql-test/main/flush.result1
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/main/flush.result b/mysql-test/main/flush.result
index 0336c10c92d..af8e327657b 100644
--- a/mysql-test/main/flush.result
+++ b/mysql-test/main/flush.result
@@ -554,7 +554,6 @@ ERROR HY000: Table 't1' was locked with a READ lock and can't be updated
UNLOCK TABLES;
LOCK TABLES v1 WRITE;
FLUSH TABLES v1;
-ERROR HY000: Table 't1' was locked with a READ lock and can't be updated
UNLOCK TABLES;
LOCK TABLES v1 READ;
FLUSH TABLES t1;