From 62771338ca94eee0dfd23a2d5c2fab0269ff1508 Mon Sep 17 00:00:00 2001 From: "monty@donna.mysql.com" <> Date: Sun, 21 Jan 2001 16:30:16 +0200 Subject: Changes for --with-server-suffix Fixed mutex bug in logging (crash on windows when doing SET PASSWORD=) Changed MERGE tables to not use FILE --- mysql-test/t/merge.test | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mysql-test/t/merge.test') diff --git a/mysql-test/t/merge.test b/mysql-test/t/merge.test index a4b4b5c8178..a3b2c8a11de 100644 --- a/mysql-test/t/merge.test +++ b/mysql-test/t/merge.test @@ -75,5 +75,6 @@ drop table t3,t2,t1; # # Test table without unions # -select * from m; - +create table t1 (a int not null) type=merge; +select * from t1; +drop table t1; -- cgit v1.2.1