diff options
author | acurtis@poseidon.ndb.mysql.com <> | 2005-11-07 16:25:06 +0100 |
---|---|---|
committer | acurtis@poseidon.ndb.mysql.com <> | 2005-11-07 16:25:06 +0100 |
commit | c01a3b5e5f3c28333384ff962f44afea3a1b4dda (patch) | |
tree | 2b8ffe29d899326e4ad244ac3f67d4fcf29bfae6 /mysql-test/t/warnings.test | |
parent | eed744d30b90da5baa9d9ee2d126341dd63f9d3d (diff) | |
download | mariadb-git-c01a3b5e5f3c28333384ff962f44afea3a1b4dda.tar.gz |
Make storage engines "pluggable", handlerton work
Diffstat (limited to 'mysql-test/t/warnings.test')
-rw-r--r-- | mysql-test/t/warnings.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mysql-test/t/warnings.test b/mysql-test/t/warnings.test index f6ae7cdaf30..f65ce962ef2 100644 --- a/mysql-test/t/warnings.test +++ b/mysql-test/t/warnings.test @@ -113,9 +113,9 @@ show variables like 'max_error_count'; # Test for handler type # drop table t1; -create table t1 (id int) engine=isam; -alter table t1 engine=isam; -drop table t1; +#create table t1 (id int) engine=isam; +#alter table t1 engine=isam; +#drop table t1; # # Test for deprecated TYPE= syntax |