diff options
author | monty@mysql.com <> | 2004-03-25 23:29:45 +0200 |
---|---|---|
committer | monty@mysql.com <> | 2004-03-25 23:29:45 +0200 |
commit | e0e0314d606399778f595d33a191c248f15cb4c2 (patch) | |
tree | 7815fb40163d1db39e3991dcd19341ef57d08d74 /mysql-test/t/update.test | |
parent | 3b34a6a2dd73792e1b79047a491bd02b30d5ec68 (diff) | |
parent | 488fe61074a83ff31e6ac2f609ba596f903f4d4d (diff) | |
download | mariadb-git-e0e0314d606399778f595d33a191c248f15cb4c2.tar.gz |
Merge with 4.0
Diffstat (limited to 'mysql-test/t/update.test')
-rw-r--r-- | mysql-test/t/update.test | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/t/update.test b/mysql-test/t/update.test index 3406dfd6158..6ca75cf0c26 100644 --- a/mysql-test/t/update.test +++ b/mysql-test/t/update.test @@ -125,7 +125,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 m1 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; |