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/synchronization.test | |
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/synchronization.test')
-rw-r--r-- | mysql-test/t/synchronization.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/synchronization.test b/mysql-test/t/synchronization.test index c7696195ee0..71e13a65ec3 100644 --- a/mysql-test/t/synchronization.test +++ b/mysql-test/t/synchronization.test @@ -4,7 +4,7 @@ # --disable_warnings -drop table if exists t1; +drop table if exists t1,t2; --enable_warnings connect (con1,localhost,root,,); |