mirror of
https://github.com/MariaDB/server.git
synced 2026-04-30 20:25:32 +02:00
update.test:
a fix for a test with latest change mysql-test/t/update.test: a fix for a test with latest change
This commit is contained in:
parent
8dd15d3173
commit
2a889c4e2e
1 changed files with 0 additions and 1 deletions
|
|
@ -119,7 +119,6 @@ insert into t1 (F1,F2,F3,cnt,groupid) values ('0','0','0',1,6),
|
|||
('0','1','2',1,5), ('0','2','0',1,3), ('1','0','1',1,2),
|
||||
('1','2','1',1,1), ('1','2','2',1,1), ('2','0','1',2,4),
|
||||
('2','2','0',1,7);
|
||||
|
||||
delete from t1 using t1 m1,t1 m2 where m1.groupid=m2.groupid and (m1.cnt < m2.cnt or m1.cnt=m2.cnt and m1.F3>m2.F3);
|
||||
select * from t1;
|
||||
drop table t1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue