mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
WL#1012: All changes as one single changeset.
This includes both code and test cases.
This commit is contained in:
@ -19,13 +19,4 @@ a
|
||||
select * from t2;
|
||||
a
|
||||
1
|
||||
delete from t1;
|
||||
delete from t2;
|
||||
insert into t1 values(1);
|
||||
insert into t2 values(1);
|
||||
DELETE t1.*, t2.* from t1, t2;
|
||||
select * from t1;
|
||||
a
|
||||
select * from t2;
|
||||
a
|
||||
drop table t1,t2;
|
||||
|
Reference in New Issue
Block a user