summaryrefslogtreecommitdiff
path: root/mysql-test/t/innodb.test
diff options
context:
space:
mode:
authorunknown <Sinisa@sinisa.nasamreza.org>2003-04-29 14:13:22 +0300
committerunknown <Sinisa@sinisa.nasamreza.org>2003-04-29 14:13:22 +0300
commit38b70f0608fbd8f5c3f25fba16c2887611311803 (patch)
treea85e63289d9f2182e429704d6311001d738e4f9c /mysql-test/t/innodb.test
parent8ae605d7eefe1316d17ad59ff346592044a2fa54 (diff)
downloadmariadb-git-38b70f0608fbd8f5c3f25fba16c2887611311803.tar.gz
code cleanup
mysql-test/r/innodb.result: fixing result mysql-test/t/innodb.test: fixing test sql/sql_base.cc: committing a fix in order to pull new stuff
Diffstat (limited to 'mysql-test/t/innodb.test')
-rw-r--r--mysql-test/t/innodb.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/innodb.test b/mysql-test/t/innodb.test
index 393112beb27..4fb9351020e 100644
--- a/mysql-test/t/innodb.test
+++ b/mysql-test/t/innodb.test
@@ -809,7 +809,7 @@ drop table t1,t2;
create table t1 ( pk int primary key, parent int not null, child int not null, index (parent) ) type = innodb;
insert into t1 values (1,0,4), (2,1,3), (3,2,1), (4,1,2);
select distinct parent,child from t1 order by parent;
-drop table t1,t2;
+drop table t1;
#
# Test that MySQL priorities clustered indexes