summaryrefslogtreecommitdiff
path: root/mysql-test/suite/parts/t/rpl_partition.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/parts/t/rpl_partition.test')
-rw-r--r--mysql-test/suite/parts/t/rpl_partition.test6
1 files changed, 6 insertions, 0 deletions
diff --git a/mysql-test/suite/parts/t/rpl_partition.test b/mysql-test/suite/parts/t/rpl_partition.test
index b0f8b0bf55a..e278b236f7b 100644
--- a/mysql-test/suite/parts/t/rpl_partition.test
+++ b/mysql-test/suite/parts/t/rpl_partition.test
@@ -140,11 +140,17 @@ delimiter ;|
############ Test Section ###################
+begin;
CALL p1();
+commit;
SELECT count(*) as "Master regular" FROM t1;
+begin;
CALL p2();
+commit;
SELECT count(*) as "Master bykey" FROM t2;
+begin;
CALL p3();
+commit;
SELECT count(*) as "Master byrange" FROM t3;
--sync_slave_with_master