From 0f90f1dee7b45d47d3e1e77f66e4af74c795370f Mon Sep 17 00:00:00 2001 From: Luis Soares Date: Wed, 13 Jan 2010 23:27:22 +0000 Subject: [PATCH] Disabled binlog_unsafe due to BUG#50312. --- mysql-test/suite/binlog/t/disabled.def | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql-test/suite/binlog/t/disabled.def b/mysql-test/suite/binlog/t/disabled.def index 0018387de94..a86136fec69 100644 --- a/mysql-test/suite/binlog/t/disabled.def +++ b/mysql-test/suite/binlog/t/disabled.def @@ -10,4 +10,5 @@ # ############################################################################## binlog_truncate_innodb : BUG#42643 2009-02-06 mats Changes to InnoDB requires to complete fix for BUG#36763 +binlog_unsafe : BUG#50312 2010-01-13 lsoares Warnings for unsafe sub-statement not returned to client