summaryrefslogtreecommitdiff
path: root/mysql-test/r/explain_json.result
diff options
context:
space:
mode:
authorIgor Babaev <igor@askmonty.org>2016-09-04 20:11:58 -0700
committerIgor Babaev <igor@askmonty.org>2016-09-04 20:11:58 -0700
commit3b40f78eded4e529bacf09c9c28d4749b9b66812 (patch)
tree9af7df3686f7e30eb4e9d881f79e5885551da9ca /mysql-test/r/explain_json.result
parent102fc62990c4b133f9597c61293d93f91759cae2 (diff)
downloadmariadb-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.result1
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": {