summaryrefslogtreecommitdiff
path: root/mysql-test/r/update.result
diff options
context:
space:
mode:
authorunknown <bell@sanja.is.com.ua>2004-01-20 19:16:18 +0200
committerunknown <bell@sanja.is.com.ua>2004-01-20 19:16:18 +0200
commit7a1a5cd2d828d67120d10eb623c6c5bd83733260 (patch)
treeaf970ff106cbb71ff85b826216049e1b995d8e5e /mysql-test/r/update.result
parentfbf563e86a219d02fa9bae0c8fb52c34c60bacbe (diff)
downloadmariadb-git-7a1a5cd2d828d67120d10eb623c6c5bd83733260.tar.gz
for multy-delete command used same algorithm of table reference (alias)
mysql-test/t/multi_update.test: new results of changed multi-delete mysql-test/t/update.test: new results of changed multi-delete mysql-test/r/multi_update.result: new results of changed multi-delete mysql-test/r/update.result: new results of changed multi-delete
Diffstat (limited to 'mysql-test/r/update.result')
-rw-r--r--mysql-test/r/update.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/update.result b/mysql-test/r/update.result
index 6a5546200ce..0037fb9ea95 100644
--- a/mysql-test/r/update.result
+++ b/mysql-test/r/update.result
@@ -158,7 +158,7 @@ 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);
+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;
F1 F2 F3 cnt groupid
0 0 0 1 6