1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Disabled syncronization test at it fails on multiple platforms. (Bug #24529)

Fixed that test_thr_alarm works
This commit is contained in:
monty@mysql.com/nosik.monty.fi
2006-11-27 23:19:53 +02:00
parent 0e149b7170
commit 73238029bc
6 changed files with 9 additions and 7 deletions

View File

@ -1,4 +1,4 @@
drop table if exists t1;
drop table if exists t1,t2;
CREATE TABLE t1 (x1 int);
ALTER TABLE t1 CHANGE x1 x2 int;
CREATE TABLE t2 LIKE t1;