#At file:///home/acorreia/workspace.sun/repository.mysql/bzrwork/merge/mysql-next-mr-bugfixing.merge/ based on revid:vvaintroub@stripped
3161 Alfranio Correia 2010-04-29
Post-merge fix for BUG#50670
Updated result file.
modified:
mysql-test/suite/rpl/r/rpl_read_only.result
=== modified file 'mysql-test/suite/rpl/r/rpl_read_only.result'
--- a/mysql-test/suite/rpl/r/rpl_read_only.result 2010-04-29 11:20:36 +0000
+++ b/mysql-test/suite/rpl/r/rpl_read_only.result 2010-04-29 20:47:54 +0000
@@ -4,7 +4,7 @@ reset master;
reset slave;
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
start slave;
-call mtr.add_suppression("Unsafe statement written to the binary log in statement format since BINLOG_FORMAT = STATEMENT");
+call mtr.add_suppression("Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT");
create user test;
create table t1(a int) engine=InnoDB;
create table t2(a int) engine=MyISAM;
Attachment: [text/bzr-bundle]
Thread |
---|
• bzr commit into mysql-next-mr-bugfixing branch (alfranio.correia:3161)Bug#50670 | Alfranio Correia | 29 Apr |