fixed merge mistake

parent 60fc3ae0
...@@ -310,7 +310,6 @@ t1 CREATE TABLE `t1` ( ...@@ -310,7 +310,6 @@ t1 CREATE TABLE `t1` (
) TYPE=MyISAM CHARSET=latin1 ) TYPE=MyISAM CHARSET=latin1
SET SESSION table_type=default; SET SESSION table_type=default;
drop table t1; drop table t1;
drop table t1;
create table t1 select x'4132'; create table t1 select x'4132';
drop table t1; drop table t1;
create table t1(a int,b int,c int unsigned,d date,e char,f datetime,g time,h blob); create table t1(a int,b int,c int unsigned,d date,e char,f datetime,g time,h blob);
......
...@@ -216,8 +216,6 @@ show create table t1; ...@@ -216,8 +216,6 @@ show create table t1;
SET SESSION table_type=default; SET SESSION table_type=default;
drop table t1; drop table t1;
drop table t1;
# #
# Bug # 801 # Bug # 801
# #
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment