From 0b40725d05ca84788ed1a5c9d299419aec08aa51 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 2 May 2006 22:56:53 +0200 Subject: 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 --- mysql-test/t/rpl_loaddatalocal.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mysql-test/t/rpl_loaddatalocal.test') diff --git a/mysql-test/t/rpl_loaddatalocal.test b/mysql-test/t/rpl_loaddatalocal.test index af4fd0106bd..758ac94af24 100644 --- a/mysql-test/t/rpl_loaddatalocal.test +++ b/mysql-test/t/rpl_loaddatalocal.test @@ -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; -- cgit v1.2.1