Commit 81d390ac 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 24e452a2
......@@ -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);
update ignore t1 set b=(select b from t2 where t1.a=t2.a);
Warnings:
Error 1242 Subquery returns more than 1 row
Warning 1242 Subquery returns more than 1 row
select * from t1;
a b
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