Browse Source

Result file update for main.subselect (the MySQL 5.1.46 version has buggy output in the .result, see BUG#47904 comments).

pull/843/head
unknown 16 years ago
parent
commit
f6615e4898
  1. 4
      mysql-test/r/subselect.result

4
mysql-test/r/subselect.result

@ -4691,9 +4691,9 @@ t1.t1_id;
t1_id total_amount
1 100.00
2 200.00
3 0
3 0.00
4 400.00
5 0
5 0.00
SELECT * FROM (the same inner query), now with indexes on the LEFT JOIN
SELECT * FROM (
SELECT

Loading…
Cancel
Save