summaryrefslogtreecommitdiff
path: root/mysql-test/t/drop.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/drop.test')
-rw-r--r--mysql-test/t/drop.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/t/drop.test b/mysql-test/t/drop.test
index 50a33762776..38323f5958d 100644
--- a/mysql-test/t/drop.test
+++ b/mysql-test/t/drop.test
@@ -28,13 +28,13 @@ drop database foo;
# test drop/create database and FLUSH TABLES WITH READ LOCK
drop database if exists foo;
flush tables with read lock;
---error 1209,1218;
+--error 1209,1219;
create database foo;
unlock tables;
create database foo;
show databases;
flush tables with read lock;
---error 1208,1218;
+--error 1208,1219;
drop database foo;
unlock tables;
drop database foo;