mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
rpl_loaddatalocal.result, rpl_loaddatalocal.test:
updated for ndb cluster testing mysql-test/t/rpl_loaddatalocal.test: updated for ndb cluster testing mysql-test/r/rpl_loaddatalocal.result: updated for ndb cluster testing
This commit is contained in:
@ -53,11 +53,11 @@ create table t1(a int primary key);
|
||||
--replace_result $MYSQLTEST_VARDIR MYSQLTEST_VARDIR
|
||||
eval load data local infile '$MYSQLTEST_VARDIR/master-data/rpl_loaddatalocal.select_outfile' into table t1;
|
||||
system rm $MYSQLTEST_VARDIR/master-data/rpl_loaddatalocal.select_outfile ;
|
||||
select * from t1;
|
||||
SELECT * FROM t1 ORDER BY a;
|
||||
save_master_pos;
|
||||
connection slave;
|
||||
sync_with_master;
|
||||
select * from t1;
|
||||
SELECT * FROM t1 ORDER BY a;
|
||||
connection master;
|
||||
drop table t1;
|
||||
save_master_pos;
|
||||
|
Reference in New Issue
Block a user