summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Kopytov <Alexey.Kopytov@Sun.com>2009-12-12 10:04:52 +0300
committerAlexey Kopytov <Alexey.Kopytov@Sun.com>2009-12-12 10:04:52 +0300
commit72cceeece222fc3836e21b6a14fc7184966823ad (patch)
treee371fb32631f7db66a6779b5b7419991b5c8a17c
parent6fd94f683874571c98c3111c174ff45023bfc557 (diff)
downloadmariadb-git-72cceeece222fc3836e21b6a14fc7184966823ad.tar.gz
Disabled binlog.binlog_index, bug#49638.
-rw-r--r--mysql-test/suite/binlog/t/disabled.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/binlog/t/disabled.def b/mysql-test/suite/binlog/t/disabled.def
index 0018387de94..43bc734035d 100644
--- a/mysql-test/suite/binlog/t/disabled.def
+++ b/mysql-test/suite/binlog/t/disabled.def
@@ -10,4 +10,4 @@
#
##############################################################################
binlog_truncate_innodb : BUG#42643 2009-02-06 mats Changes to InnoDB requires to complete fix for BUG#36763
-
+binlog_index : BUG#49638 2009-12-12 kaamos