summaryrefslogtreecommitdiff
path: root/mysql-test/main/drop.test
diff options
context:
space:
mode:
authorDaniel Black <daniel@mariadb.org>2020-11-16 08:48:32 +1100
committerDaniel Black <daniel@mariadb.org>2020-11-17 07:41:57 +1100
commit0fc0eb1e5b9015e51daef9709937be69e9e7c4f7 (patch)
treef68536bc8689241df0dfcfcabf97ba42886aa2ee /mysql-test/main/drop.test
parent2b347e9fc5934905bf686f2f4833b35b3a9ccf56 (diff)
downloadmariadb-git-0fc0eb1e5b9015e51daef9709937be69e9e7c4f7.tar.gz
MDEV-24124: main.drop test - mulitarch/os error messages
Account for variety of mips, hppa, solaris and other messages. Copied from rpl.rpl_drop_db test.
Diffstat (limited to 'mysql-test/main/drop.test')
-rw-r--r--mysql-test/main/drop.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/main/drop.test b/mysql-test/main/drop.test
index 17065a32347..45ff7f364f4 100644
--- a/mysql-test/main/drop.test
+++ b/mysql-test/main/drop.test
@@ -187,7 +187,7 @@ write_file $MYSQLD_DATADIR/mysql_test/do_not_delete;
do_not_delete
EOF
-replace_result $MYSQLD_DATADIR ./ \\ / 41 39;
+replace_result $MYSQLD_DATADIR ./ \\ / 66 39 93 39 17 39 247 39 41 39 "File exists" "Directory not empty";
error ER_DB_DROP_RMDIR;
drop database mysql_test;
select database();