mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 15:45:33 +02:00
test failure on labrador: account for a different errno on Mac OS X
This commit is contained in:
parent
dc94bd09b8
commit
3653de82e5
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ eval SELECT 'hello' INTO OUTFILE 'fake_file.$prefix';
|
|||
|
||||
# Use '/' instead of '\' in the error message. On windows platform, dir is
|
||||
# formed with '\'.
|
||||
--replace_regex /\\testing_1\\*/\/testing_1\//
|
||||
--replace_regex /\\testing_1\\*/\/testing_1\// /66/39/
|
||||
--error 1010
|
||||
DROP DATABASE testing_1;
|
||||
let $wait_binlog_event= DROP TABLE IF EXIST;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue