diff options
author | unknown <thek@kpdesk.mysql.com> | 2006-12-04 22:46:12 +0100 |
---|---|---|
committer | unknown <thek@kpdesk.mysql.com> | 2006-12-04 22:46:12 +0100 |
commit | 3b8e73fb2d9526c0c1ed3228f28ddb7ff5def3fc (patch) | |
tree | 84143b9ce0a2618ab4881407a73ba322d37b2ea4 /mysql-test | |
parent | 9b86f2a48a7fa9f0a835dba2731d024d32263293 (diff) | |
download | mariadb-git-3b8e73fb2d9526c0c1ed3228f28ddb7ff5def3fc.tar.gz |
Disabled flush2 until pushbuild framework can handle test which
disables binlog.
mysql-test/t/disabled.def:
disabled test flush2.
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/t/disabled.def | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/disabled.def b/mysql-test/t/disabled.def index df56165950f..53b73363c22 100644 --- a/mysql-test/t/disabled.def +++ b/mysql-test/t/disabled.def @@ -12,3 +12,5 @@ ndb_load : Bug#17233 user_limits : Bug#23921 random failure of user_limits.test +flush2 : Bug#24805 Pushbuild can't handle test with --disable-log-bin + |