summaryrefslogtreecommitdiff
path: root/mysql-test/t/rpl000002.test
diff options
context:
space:
mode:
authorsasha@mysql.sashanet.com <>2001-10-03 15:19:58 -0600
committersasha@mysql.sashanet.com <>2001-10-03 15:19:58 -0600
commit69b9d6f2f6e25504583f0c7991b89b7e823ec918 (patch)
tree8565f1027a2bc60cd641c7447414822be4d1ba6b /mysql-test/t/rpl000002.test
parentc0f87c836accdc284b526e52a589f20b8e1be87e (diff)
downloadmariadb-git-69b9d6f2f6e25504583f0c7991b89b7e823ec918.tar.gz
post-merge fixes
Diffstat (limited to 'mysql-test/t/rpl000002.test')
-rw-r--r--mysql-test/t/rpl000002.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/rpl000002.test b/mysql-test/t/rpl000002.test
index 5840b1998a8..420ae27a337 100644
--- a/mysql-test/t/rpl000002.test
+++ b/mysql-test/t/rpl000002.test
@@ -1,4 +1,5 @@
source include/master-slave.inc;
+eval_result;
connection master;
use test;
drop table if exists t1;
@@ -11,7 +12,6 @@ use test;
sync_with_master;
select * from t1;
connection master;
---replace_result 9307 9999 3350 9999 3351 9999
show slave hosts;
drop table t1;
save_master_pos;