diff options
author | Luis Soares <luis.soares@sun.com> | 2010-01-13 23:27:22 +0000 |
---|---|---|
committer | Luis Soares <luis.soares@sun.com> | 2010-01-13 23:27:22 +0000 |
commit | 0f90f1dee7b45d47d3e1e77f66e4af74c795370f (patch) | |
tree | ca8e918b711ce32fccf744782bf88bc70b8479bf /mysql-test | |
parent | a1aa459458de5c808dab2e561ece0e4f44a9291b (diff) | |
download | mariadb-git-0f90f1dee7b45d47d3e1e77f66e4af74c795370f.tar.gz |
Disabled binlog_unsafe due to BUG#50312.
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/suite/binlog/t/disabled.def | 1 |
1 files changed, 1 insertions, 0 deletions
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 |