summaryrefslogtreecommitdiff
path: root/mysql-test/t/update.test
diff options
context:
space:
mode:
authorSinisa@sinisa.nasamreza.org <>2004-03-15 19:17:18 +0200
committerSinisa@sinisa.nasamreza.org <>2004-03-15 19:17:18 +0200
commit8c4b59b72ce3e3928217aaeb4e758895f62a2a73 (patch)
treec3323e195a213da6b7cd3e39b1b55d2077ccce64 /mysql-test/t/update.test
parent91386f63de3e22fb9cda9745b5d5f95b8cff88b9 (diff)
downloadmariadb-git-8c4b59b72ce3e3928217aaeb4e758895f62a2a73.tar.gz
update.test:
a fix for a test with latest change
Diffstat (limited to 'mysql-test/t/update.test')
-rw-r--r--mysql-test/t/update.test1
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/t/update.test b/mysql-test/t/update.test
index a455b308158..2e739dd927d 100644
--- a/mysql-test/t/update.test
+++ b/mysql-test/t/update.test
@@ -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;