diff options
Diffstat (limited to 'mysql-test/suite/rpl/t/rpl_loaddata_charset.test')
-rw-r--r-- | mysql-test/suite/rpl/t/rpl_loaddata_charset.test | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mysql-test/suite/rpl/t/rpl_loaddata_charset.test b/mysql-test/suite/rpl/t/rpl_loaddata_charset.test index 031a0f6c351..3e1bc917a41 100644 --- a/mysql-test/suite/rpl/t/rpl_loaddata_charset.test +++ b/mysql-test/suite/rpl/t/rpl_loaddata_charset.test @@ -23,9 +23,7 @@ load data infile '../../std_data/loaddata6.dat' into table t1 character set koi8 select hex(a) from t1; -save_master_pos; -connection slave; -sync_with_master; +sync_slave_with_master; select hex(a) from t1; connection master; |