mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
fixed merge mistake
This commit is contained in:
parent
94eb7e4145
commit
f8e5581131
2 changed files with 0 additions and 3 deletions
|
@ -310,7 +310,6 @@ t1 CREATE TABLE `t1` (
|
|||
) TYPE=MyISAM CHARSET=latin1
|
||||
SET SESSION table_type=default;
|
||||
drop table t1;
|
||||
drop table t1;
|
||||
create table t1 select x'4132';
|
||||
drop table t1;
|
||||
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;
|
|||
SET SESSION table_type=default;
|
||||
drop table t1;
|
||||
|
||||
drop table t1;
|
||||
|
||||
#
|
||||
# Bug # 801
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue