mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Fix portability issues with rpl test suite.
This commit is contained in:
@@ -13,8 +13,8 @@ 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 93 39 17 39 247 39 "File exists" "Directory not empty"
|
||||
--error 1010
|
||||
--replace_result \\ / 66 39 93 39 17 39 247 39 41 39 "File exists" "Directory not empty"
|
||||
--error ER_DB_DROP_RMDIR
|
||||
drop database mysqltest1;
|
||||
use mysqltest1;
|
||||
show tables;
|
||||
@@ -30,8 +30,8 @@ while ($1)
|
||||
}
|
||||
--enable_query_log
|
||||
|
||||
--replace_result \\ / 66 39 93 39 17 39 247 39 "File exists" "Directory not empty"
|
||||
--error 1010
|
||||
--replace_result \\ / 66 39 93 39 17 39 247 39 41 39 "File exists" "Directory not empty"
|
||||
--error ER_DB_DROP_RMDIR
|
||||
drop database mysqltest1;
|
||||
use mysqltest1;
|
||||
show tables;
|
||||
|
Reference in New Issue
Block a user