Skip to content

Commit 0fc0eb1

Browse files
committed
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.
1 parent 2b347e9 commit 0fc0eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysql-test/main/drop.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ write_file $MYSQLD_DATADIR/mysql_test/do_not_delete;
187187
do_not_delete
188188
EOF
189189

190-
replace_result $MYSQLD_DATADIR ./ \\ / 41 39;
190+
replace_result $MYSQLD_DATADIR ./ \\ / 66 39 93 39 17 39 247 39 41 39 "File exists" "Directory not empty";
191191
error ER_DB_DROP_RMDIR;
192192
drop database mysql_test;
193193
select database();

0 commit comments

Comments
 (0)