Fixed sometimes wrong result in main.subselect_sj2_mat

This commit is contained in:
Monty 2019-05-22 10:30:20 +03:00
parent b40c99a82c
commit 31fe70290c

View file

@ -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;