Commit 31fe7029 authored by Monty's avatar Monty

Fixed sometimes wrong result in main.subselect_sj2_mat

parent b40c99a8
......@@ -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;
......
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