diff options
author | thek@kpdesk.mysql.com <> | 2006-12-04 22:46:12 +0100 |
---|---|---|
committer | thek@kpdesk.mysql.com <> | 2006-12-04 22:46:12 +0100 |
commit | 05410c7db831adf9e98315c60146416e0739caa7 (patch) | |
tree | 84143b9ce0a2618ab4881407a73ba322d37b2ea4 /mysql-test | |
parent | f91e48c76212afae09c95d064fc6eceea375c6ec (diff) | |
download | mariadb-git-05410c7db831adf9e98315c60146416e0739caa7.tar.gz |
Disabled flush2 until pushbuild framework can handle test which
disables binlog.
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 + |