reverting a test that belongs to 3.23
This commit is contained in:
parent
89083f2d6d
commit
fe9bbec4c0
@ -24,9 +24,3 @@ create table t1 (a bigint not null, primary key (a,a,a,a,a,a,a,a,a,a));
|
|||||||
insert into t1 values (2),(4),(6),(8),(10),(12),(14),(16),(18),(20),(22),(24),(26),(23),(27);
|
insert into t1 values (2),(4),(6),(8),(10),(12),(14),(16),(18),(20),(22),(24),(26),(23),(27);
|
||||||
delete from t1 where a=27;
|
delete from t1 where a=27;
|
||||||
drop table t1;
|
drop table t1;
|
||||||
create table t1 (id int, index(id));
|
|
||||||
insert into t1 values(NULL);
|
|
||||||
delete from t1 where id <=> NULL;
|
|
||||||
select * from t1;
|
|
||||||
id
|
|
||||||
drop table if exists t1;
|
|
||||||
|
@ -35,8 +35,3 @@ create table t1 (a bigint not null, primary key (a,a,a,a,a,a,a,a,a,a));
|
|||||||
insert into t1 values (2),(4),(6),(8),(10),(12),(14),(16),(18),(20),(22),(24),(26),(23),(27);
|
insert into t1 values (2),(4),(6),(8),(10),(12),(14),(16),(18),(20),(22),(24),(26),(23),(27);
|
||||||
delete from t1 where a=27;
|
delete from t1 where a=27;
|
||||||
drop table t1;
|
drop table t1;
|
||||||
create table t1 (id int, index(id));
|
|
||||||
insert into t1 values(NULL);
|
|
||||||
delete from t1 where id <=> NULL;
|
|
||||||
select * from t1;
|
|
||||||
drop table if exists t1;
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user