summaryrefslogtreecommitdiff
path: root/mysql-test/r/drop.result
diff options
context:
space:
mode:
authorunknown <sasha@mysql.sashanet.com>2001-10-08 20:18:37 -0600
committerunknown <sasha@mysql.sashanet.com>2001-10-08 20:18:37 -0600
commita64d1ddfcc7a1261b0b8bafcbf793c5a9ef9c91a (patch)
tree4ce5a639342bbc1f9b12c3c8f0d4ce5e77cfbb6f /mysql-test/r/drop.result
parent9820d3bd7ce6b671ef9c2cae15457d28a520b45b (diff)
downloadmariadb-git-a64d1ddfcc7a1261b0b8bafcbf793c5a9ef9c91a.tar.gz
fixed error messages
mysql-test/r/drop.result: error msg fix mysql-test/r/err000001.result: error msg fix mysql-test/r/innodb.result: error msg fix mysql-test/r/overflow.result: error msg fix
Diffstat (limited to 'mysql-test/r/drop.result')
-rw-r--r--mysql-test/r/drop.result4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/drop.result b/mysql-test/r/drop.result
index e8bc7486369..7c1b7c5b60d 100644
--- a/mysql-test/r/drop.result
+++ b/mysql-test/r/drop.result
@@ -27,7 +27,7 @@ drop database foo;
drop database if exists foo;
flush tables with read lock;
create database foo;
-Can't execute the query because you have a conflicting read lock
+Got one of the listed errors
unlock tables;
create database foo;
show databases;
@@ -37,7 +37,7 @@ mysql
test
flush tables with read lock;
drop database foo;
-Can't execute the query because you have a conflicting read lock
+Got one of the listed errors
unlock tables;
drop database foo;
show databases;