summaryrefslogtreecommitdiff
path: root/mysql-test/t/warnings.test
diff options
context:
space:
mode:
authoracurtis@poseidon.ndb.mysql.com <>2005-11-07 16:25:06 +0100
committeracurtis@poseidon.ndb.mysql.com <>2005-11-07 16:25:06 +0100
commitc01a3b5e5f3c28333384ff962f44afea3a1b4dda (patch)
tree2b8ffe29d899326e4ad244ac3f67d4fcf29bfae6 /mysql-test/t/warnings.test
parenteed744d30b90da5baa9d9ee2d126341dd63f9d3d (diff)
downloadmariadb-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.test6
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