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/r/symlink.result | |
parent | 7b6b03f340320c60ab3d14e30814c05680f692ed (diff) | |
download | mariadb-git-269f9f1f2386fc036f3b6cac6f73f27a1c049482.tar.gz |
changed to moderm syntax (after merge fix)
Diffstat (limited to 'mysql-test/r/symlink.result')
-rw-r--r-- | mysql-test/r/symlink.result | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mysql-test/r/symlink.result b/mysql-test/r/symlink.result index 6dc48a0a77e..08d75d8b562 100644 --- a/mysql-test/r/symlink.result +++ b/mysql-test/r/symlink.result @@ -64,9 +64,7 @@ t9 CREATE TABLE `t9` ( PRIMARY KEY (`a`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 DATA DIRECTORY='TEST_DIR/var/tmp/' INDEX DIRECTORY='TEST_DIR/var/run/' drop database mysqltest; -create table t1 (a int not null) type=myisam; -Warnings: -Warning 1286 'TYPE=storage_engine' is deprecated. Use 'ENGINE=storage_engine' instead. +create table t1 (a int not null) engine=myisam; show create table t1; Table Create Table t1 CREATE TABLE `t1` ( |