diff options
author | Monty <monty@mariadb.org> | 2019-05-22 10:30:20 +0300 |
---|---|---|
committer | Monty <monty@mariadb.org> | 2019-05-22 10:30:20 +0300 |
commit | 31fe70290c54c44231aed881f5138924f32e47c5 (patch) | |
tree | 62b368aa1b3a5a59f5342d7ce61ad51ae6d8e066 | |
parent | b40c99a82cfd43ca6db04fc50cff3f3707d9b29f (diff) | |
download | mariadb-git-31fe70290c54c44231aed881f5138924f32e47c5.tar.gz |
Fixed sometimes wrong result in main.subselect_sj2_mat
-rw-r--r-- | mysql-test/main/subselect_sj2_mat.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/main/subselect_sj2_mat.test b/mysql-test/main/subselect_sj2_mat.test index 6eeaceb82b0..39e03072918 100644 --- a/mysql-test/main/subselect_sj2_mat.test +++ b/mysql-test/main/subselect_sj2_mat.test @@ -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; |