Commit 1783f4de authored by Igor Babaev's avatar Igor Babaev

Adjusted the results of pbxt.subselect after the latest merge 5.1->5.2->5.3.

parent 0373c57b
...@@ -1267,7 +1267,7 @@ insert into t1 values (1,0), (2,0), (3,0); ...@@ -1267,7 +1267,7 @@ insert into t1 values (1,0), (2,0), (3,0);
insert into t2 values (1,1), (2,1), (3,1), (2,2); insert into t2 values (1,1), (2,1), (3,1), (2,2);
update ignore t1 set b=(select b from t2 where t1.a=t2.a); update ignore t1 set b=(select b from t2 where t1.a=t2.a);
Warnings: Warnings:
Error 1242 Subquery returns more than 1 row Warning 1242 Subquery returns more than 1 row
select * from t1; select * from t1;
a b a b
1 1 1 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment