Skip to content

Commit

Permalink
Fixed sometimes wrong result in main.subselect_sj2_mat
Browse files Browse the repository at this point in the history
  • Loading branch information
montywi committed May 22, 2019
1 parent b40c99a commit 31fe702
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mysql-test/main/subselect_sj2_mat.test
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,8 @@ HAVING f1 != 'foo'
ORDER BY f1;

eval $q;
# Number of rows can be 3 or 4
--replace_result 4 3
eval explain $q;

DROP TABLE t1,t2;
Expand Down

0 comments on commit 31fe702

Please sign in to comment.