summaryrefslogtreecommitdiff
path: root/mysql-test/main/derived_cond_pushdown.result
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2020-05-13 12:52:57 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2020-05-13 12:52:57 +0300
commit38f6c47f8a0a9bc313e4875c4676985249771c76 (patch)
tree0cb876cdf2ead314e2fad565c9d71550cc40b412 /mysql-test/main/derived_cond_pushdown.result
parent9f20968169e21fcf8941041a8a7ce06013a79bd9 (diff)
parent15fa70b8408a2146b300a4e1b19819addafa5929 (diff)
downloadmariadb-git-38f6c47f8a0a9bc313e4875c4676985249771c76.tar.gz
Merge 10.3 into 10.4
Diffstat (limited to 'mysql-test/main/derived_cond_pushdown.result')
-rw-r--r--mysql-test/main/derived_cond_pushdown.result8
1 files changed, 8 insertions, 0 deletions
diff --git a/mysql-test/main/derived_cond_pushdown.result b/mysql-test/main/derived_cond_pushdown.result
index 8bd25a43f3c..93b61730a03 100644
--- a/mysql-test/main/derived_cond_pushdown.result
+++ b/mysql-test/main/derived_cond_pushdown.result
@@ -15097,6 +15097,7 @@ EXPLAIN
"rows": 2,
"filtered": 100,
"materialized": {
+ "lateral": 1,
"query_block": {
"select_id": 2,
"outer_ref_condition": "t1.a is not null",
@@ -15203,6 +15204,7 @@ EXPLAIN
"rows": 2,
"filtered": 100,
"materialized": {
+ "lateral": 1,
"query_block": {
"select_id": 2,
"outer_ref_condition": "t1.a is not null",
@@ -15402,6 +15404,7 @@ EXPLAIN
"rows": 2,
"filtered": 100,
"materialized": {
+ "lateral": 1,
"query_block": {
"select_id": 2,
"outer_ref_condition": "t3.a is not null and t3.c is not null",
@@ -15554,6 +15557,7 @@ EXPLAIN
"rows": 2,
"filtered": 100,
"materialized": {
+ "lateral": 1,
"query_block": {
"select_id": 2,
"outer_ref_condition": "t3.a is not null and t3.c is not null",
@@ -15729,6 +15733,7 @@ EXPLAIN
"rows": 2,
"filtered": 100,
"materialized": {
+ "lateral": 1,
"query_block": {
"select_id": 2,
"outer_ref_condition": "t3.c is not null",
@@ -15976,6 +15981,7 @@ EXPLAIN
"rows": 2,
"filtered": 100,
"materialized": {
+ "lateral": 1,
"query_block": {
"select_id": 2,
"outer_ref_condition": "t3.c is not null",
@@ -16464,6 +16470,7 @@ EXPLAIN
"filtered": 100,
"first_match": "t4",
"materialized": {
+ "lateral": 1,
"query_block": {
"select_id": 3,
"const_condition": "1",
@@ -16610,6 +16617,7 @@ EXPLAIN
"rows": 2,
"filtered": 100,
"materialized": {
+ "lateral": 1,
"query_block": {
"select_id": 2,
"table": {