From fcf96dbb181a2afbab42ddd1e4a1f0fb2dd2061c Mon Sep 17 00:00:00 2001 From: "antony@ltantony.rdg.cyberkinetica.homeunix.net" <> Date: Wed, 10 Dec 2003 04:31:42 +0000 Subject: WorkLog#1323 Deprecate the use of TYPE=... Preferred syntax is ENGINE= --- mysql-test/t/rpl_flush_tables.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysql-test/t/rpl_flush_tables.test') diff --git a/mysql-test/t/rpl_flush_tables.test b/mysql-test/t/rpl_flush_tables.test index 67720343e83..b98235fbed8 100644 --- a/mysql-test/t/rpl_flush_tables.test +++ b/mysql-test/t/rpl_flush_tables.test @@ -8,7 +8,7 @@ source include/master-slave.inc; create table t1 (a int); insert into t1 values (10); create table t2 (a int); -create table t3 (a int) type=merge union(t1); +create table t3 (a int) engine=merge union(t1); create table t4 (a int); # We force the slave to open t3 (because we want to try confusing him) with this : insert into t4 select * from t3; -- cgit v1.2.1