diff options
author | unknown <bell@sanja.is.com.ua> | 2004-02-17 02:26:35 +0200 |
---|---|---|
committer | unknown <bell@sanja.is.com.ua> | 2004-02-17 02:26:35 +0200 |
commit | 269f9f1f2386fc036f3b6cac6f73f27a1c049482 (patch) | |
tree | d04e86b98a8e9d14360e625c7dafa3124edc85cf /mysql-test/t/symlink.test | |
parent | 7b6b03f340320c60ab3d14e30814c05680f692ed (diff) | |
download | mariadb-git-269f9f1f2386fc036f3b6cac6f73f27a1c049482.tar.gz |
changed to moderm syntax (after merge fix)
Diffstat (limited to 'mysql-test/t/symlink.test')
-rw-r--r-- | mysql-test/t/symlink.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/symlink.test b/mysql-test/t/symlink.test index c0a9ce1bbcf..78c9b68fde5 100644 --- a/mysql-test/t/symlink.test +++ b/mysql-test/t/symlink.test @@ -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; |