Commit de1962cd authored by unknown's avatar unknown
Browse files

Bug#13115 (CREATE TABLE t2 SELECT a inside SP is not replicated when using RBR):

  Test passes. Bug was probably fixed in the implementation of WL#2867.


mysql-test/t/rpl_sp_effects.test:
  Removed check for statement-based replication.
parent 03ad9cb5
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
# Test of replication of stored procedures (WL#2146 for MySQL 5.0)
# Make this statement only until bug 13115 is corrected [jbm]
# TODO: Remove statement include once bug 13115 is patched.
-- source include/have_binlog_format_statement.inc
-- source include/master-slave.inc

# ****************************************************************