~maria-captains/maria/10.0

« back to all changes in this revision

Viewing changes to mysql-test/suite/rpl/t/rpl_drop_db.test

  • Committer: Sergei Golubchik
  • Date: 2014-02-06 15:28:05 UTC
  • Revision ID: sergii@pisem.net-20140206152805-07znueok840im3ol
fix tests for solaris - different errno numbers and/or different errno messages

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
select * from mysqltest1.t1 into outfile 'mysqltest1/f1.txt';
14
14
create table mysqltest1.t2 (n int);
15
15
create table mysqltest1.t3 (n int);
16
 
--replace_result \\ / 66 39
 
16
--replace_result \\ / 66 39 17 39 "File exists" "Directory not empty"
17
17
--error 1010
18
18
drop database mysqltest1;
19
19
use mysqltest1;
30
30
}
31
31
--enable_query_log
32
32
 
33
 
--replace_result \\ / 66 39
 
33
--replace_result \\ / 66 39 17 39 "File exists" "Directory not empty"
34
34
--error 1010
35
35
drop database mysqltest1;
36
36
use mysqltest1;