summaryrefslogtreecommitdiff
path: root/mysql-test/t/warnings.test
diff options
context:
space:
mode:
authorunknown <venu@myvenu.com>2003-05-21 01:21:06 -0700
committerunknown <venu@myvenu.com>2003-05-21 01:21:06 -0700
commit927a0c185c933ec5cccb97bd110da4d05ce82e0e (patch)
tree5caccb610827248c4e9755d600d633cbb4d22d85 /mysql-test/t/warnings.test
parent06b60afc198d045b602bfc122c9112610e75271f (diff)
downloadmariadb-git-927a0c185c933ec5cccb97bd110da4d05ce82e0e.tar.gz
Fix merge conflict by changing warning codes to new one
mysql-test/t/warnings.test: Fix merge conflict by changing warning code mysql-test/r/create.result: Fix merge conflict mysql-test/r/warnings.result: Fix merge conflict sql/share/english/errmsg.txt: Fix the merge conflict
Diffstat (limited to 'mysql-test/t/warnings.test')
-rw-r--r--mysql-test/t/warnings.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/warnings.test b/mysql-test/t/warnings.test
index 16a9b5d11e6..6374fbf83ac 100644
--- a/mysql-test/t/warnings.test
+++ b/mysql-test/t/warnings.test
@@ -74,6 +74,7 @@ select @@warning_count;
#
# Test for handler type
#
+drop table t1;
create table t1 (id int) type=isam;
alter table t1 type=isam;
drop table t1;