diff options
author | unknown <Kristofer.Pettersson@naruto.> | 2006-12-04 22:51:52 +0100 |
---|---|---|
committer | unknown <Kristofer.Pettersson@naruto.> | 2006-12-04 22:51:52 +0100 |
commit | 1abd026e7081d0ccf914e8dbf5782d67c7a2c037 (patch) | |
tree | 61c8f5935b09b53f60a540e62c5715c75a160a26 /mysql-test/t/disabled.def | |
parent | a57037e314d53ea909842b27ec4e5df953016fc3 (diff) | |
download | mariadb-git-1abd026e7081d0ccf914e8dbf5782d67c7a2c037.tar.gz |
Disabled testcase flush2 until pushbild framework can handle test which
disables binlog.
mysql-test/t/disabled.def:
disabled test flush2
Diffstat (limited to 'mysql-test/t/disabled.def')
-rw-r--r-- | mysql-test/t/disabled.def | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/t/disabled.def b/mysql-test/t/disabled.def index b541b6d8d33..c36ac1bd168 100644 --- a/mysql-test/t/disabled.def +++ b/mysql-test/t/disabled.def @@ -35,3 +35,6 @@ synchronization : Bug#24529 Test 'synchronization' fails on Mac pushb #ndb_binlog_ddl_multi : BUG#18976 2006-04-10 kent CRBR: multiple binlog, second binlog may miss schema log events ndb_binlog_discover : bug#21806 2006-08-24 ndb_autodiscover3 : bug#21806 + +flush2 : Bug#24805 Pushbuild can't handle test with --disable-log-bin + |