changed to moderm syntax (after merge fix)

This commit is contained in:
unknown 2004-02-17 02:26:35 +02:00
commit 269f9f1f23
2 changed files with 2 additions and 4 deletions

View file

@ -98,7 +98,7 @@ drop database mysqltest;
# Test changing data dir (Bug #1662)
#
create table t1 (a int not null) type=myisam;
create table t1 (a int not null) engine=myisam;
disable_query_log;
eval alter table t1 data directory="$MYSQL_TEST_DIR/var/tmp";
enable_query_log;