diff options
author | Igor Babaev <igor@askmonty.org> | 2016-09-04 20:11:58 -0700 |
---|---|---|
committer | Igor Babaev <igor@askmonty.org> | 2016-09-04 20:11:58 -0700 |
commit | 3b40f78eded4e529bacf09c9c28d4749b9b66812 (patch) | |
tree | 9af7df3686f7e30eb4e9d881f79e5885551da9ca /mysql-test/r/explain_json.result | |
parent | 102fc62990c4b133f9597c61293d93f91759cae2 (diff) | |
download | mariadb-git-3b40f78eded4e529bacf09c9c28d4749b9b66812.tar.gz |
Fixed a flaw in the implementation of condition push-down
for materialized views and derived tables: there were no
push-down if the view was defined as union of selects
without aggregation. Added test cases with such unions.
Adjusted result files after the merge of the code for mdev-9197.
Diffstat (limited to 'mysql-test/r/explain_json.result')
-rw-r--r-- | mysql-test/r/explain_json.result | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/explain_json.result b/mysql-test/r/explain_json.result index af5d1b800aa..ff0bc163a33 100644 --- a/mysql-test/r/explain_json.result +++ b/mysql-test/r/explain_json.result @@ -485,6 +485,7 @@ EXPLAIN "materialized": { "query_block": { "select_id": 2, + "having_condition": "(cnt > 0)", "filesort": { "sort_key": "t1.a", "temporary_table": { |