Commit 3653de82 authored by Sergei Golubchik's avatar Sergei Golubchik

test failure on labrador: account for a different errno on Mac OS X

parent dc94bd09
...@@ -52,7 +52,7 @@ eval SELECT 'hello' INTO OUTFILE 'fake_file.$prefix'; ...@@ -52,7 +52,7 @@ eval SELECT 'hello' INTO OUTFILE 'fake_file.$prefix';
# Use '/' instead of '\' in the error message. On windows platform, dir is # Use '/' instead of '\' in the error message. On windows platform, dir is
# formed with '\'. # formed with '\'.
--replace_regex /\\testing_1\\*/\/testing_1\// --replace_regex /\\testing_1\\*/\/testing_1\// /66/39/
--error 1010 --error 1010
DROP DATABASE testing_1; DROP DATABASE testing_1;
let $wait_binlog_event= DROP TABLE IF EXIST; let $wait_binlog_event= DROP TABLE IF EXIST;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment