diff options
author | unknown <monty@mysql.com/nosik.monty.fi> | 2006-11-27 23:19:53 +0200 |
---|---|---|
committer | unknown <monty@mysql.com/nosik.monty.fi> | 2006-11-27 23:19:53 +0200 |
commit | 13bb3fa823245bddd051482b2efb455557b8b726 (patch) | |
tree | 56cac424776cf6a57ff89f53ecad4a0d669e0552 /mysql-test/t/disabled.def | |
parent | c1477a3f20897905f3835c4377c9e88841fdd4bb (diff) | |
download | mariadb-git-13bb3fa823245bddd051482b2efb455557b8b726.tar.gz |
Disabled syncronization test at it fails on multiple platforms. (Bug #24529)
Fixed that test_thr_alarm works
mysql-test/mysql-test-run.pl:
Fixed typo
mysql-test/r/synchronization.result:
Updated results
mysql-test/t/disabled.def:
Disabled syncronization test at it fails on multiple platforms. (Bug #24529)
mysql-test/t/synchronization.test:
Drop used tables
mysys/Makefile.am:
Added 'debug' to be able to build test cases
mysys/thr_alarm.c:
Fixed test case
Diffstat (limited to 'mysql-test/t/disabled.def')
-rw-r--r-- | mysql-test/t/disabled.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/disabled.def b/mysql-test/t/disabled.def index c21f3661667..e48108af9ce 100644 --- a/mysql-test/t/disabled.def +++ b/mysql-test/t/disabled.def @@ -30,6 +30,7 @@ rpl_ndb_myisam2ndb : Bug #19710 Cluster replication to partition table fa rpl_row_blob_innodb : BUG#18980 2006-04-10 kent Test fails randomly rpl_sp : BUG#16456 2006-02-16 jmiller rpl_multi_engine : BUG#22583 2006-09-23 lars +synchronization : Bug#24529 Test 'synchronization' fails on Mac pushbuild; Also on Linux 64 bit. # the below testcase have been reworked to avoid the bug, test contains comment, keep bug open #ndb_binlog_ddl_multi : BUG#18976 2006-04-10 kent CRBR: multiple binlog, second binlog may miss schema log events |