Commit c73718d9 authored by Sergei Golubchik's avatar Sergei Golubchik

fix tests for solaris - different errno numbers and/or different errno messages

parent b7b991ad
......@@ -6,6 +6,7 @@ connection master;
#
--error 1
CREATE TABLE t1 (a INT) ENGINE=FEDERATED CONNECTION='non_existing';
--replace_result "Not owner" "Operation not permitted"
SHOW WARNINGS;
#
......
......@@ -13,7 +13,7 @@ insert into mysqltest1.t1 values (1);
select * from mysqltest1.t1 into outfile 'mysqltest1/f1.txt';
create table mysqltest1.t2 (n int);
create table mysqltest1.t3 (n int);
--replace_result \\ / 66 39
--replace_result \\ / 66 39 17 39 "File exists" "Directory not empty"
--error 1010
drop database mysqltest1;
use mysqltest1;
......@@ -30,7 +30,7 @@ while ($1)
}
--enable_query_log
--replace_result \\ / 66 39
--replace_result \\ / 66 39 17 39 "File exists" "Directory not empty"
--error 1010
drop database mysqltest1;
use mysqltest1;
......
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