mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
Fixed sometimes wrong result in main.subselect_sj2_mat
This commit is contained in:
parent
b40c99a82c
commit
31fe70290c
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue