From 4ab816923d5eb72f17fd1ce7c2750de452f5fe40 Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Mon, 16 Nov 2020 08:48:32 +1100 Subject: 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. --- mysql-test/main/drop.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- cgit v1.2.1