summaryrefslogtreecommitdiff
path: root/mysql-test/r/derived_cond_pushdown.result
diff options
context:
space:
mode:
authorIgor Babaev <igor@askmonty.org>2016-12-14 12:11:02 -0800
committerIgor Babaev <igor@askmonty.org>2016-12-14 12:11:02 -0800
commit5cf6fd3e3927a4b99ede8b0c937039b569eb4072 (patch)
tree89068ca4d4520fe7ee955d0c7fff9d165f398674 /mysql-test/r/derived_cond_pushdown.result
parent441fa0056da27e83771a7d7ccd09da8b38f22417 (diff)
downloadmariadb-git-5cf6fd3e3927a4b99ede8b0c937039b569eb4072.tar.gz
Adjusted test results after merge.
Diffstat (limited to 'mysql-test/r/derived_cond_pushdown.result')
-rw-r--r--mysql-test/r/derived_cond_pushdown.result28
1 files changed, 14 insertions, 14 deletions
diff --git a/mysql-test/r/derived_cond_pushdown.result b/mysql-test/r/derived_cond_pushdown.result
index 34e05911e82..7c672c12f03 100644
--- a/mysql-test/r/derived_cond_pushdown.result
+++ b/mysql-test/r/derived_cond_pushdown.result
@@ -7804,7 +7804,7 @@ EXPLAIN
"access_type": "ALL",
"rows": 3,
"filtered": 100,
- "attached_condition": "(sq.i = 3)",
+ "attached_condition": "sq.i = 3",
"materialized": {
"query_block": {
"select_id": 2,
@@ -7813,7 +7813,7 @@ EXPLAIN
"access_type": "ALL",
"rows": 3,
"filtered": 100,
- "attached_condition": "(t1.i = 3)"
+ "attached_condition": "t1.i = 3"
}
}
}
@@ -7861,7 +7861,7 @@ EXPLAIN
"access_type": "ALL",
"rows": 3,
"filtered": 100,
- "attached_condition": "(sq.i = 2.7100000381469727)",
+ "attached_condition": "sq.i = 2.7100000381469727",
"materialized": {
"query_block": {
"select_id": 2,
@@ -7870,7 +7870,7 @@ EXPLAIN
"access_type": "ALL",
"rows": 3,
"filtered": 100,
- "attached_condition": "(t1.i = 2.7100000381469727)"
+ "attached_condition": "t1.i = 2.7100000381469727"
}
}
}
@@ -7913,7 +7913,7 @@ EXPLAIN
"access_type": "ALL",
"rows": 3,
"filtered": 100,
- "attached_condition": "(sq.i = 3.21)",
+ "attached_condition": "sq.i = 3.21",
"materialized": {
"query_block": {
"select_id": 2,
@@ -7922,7 +7922,7 @@ EXPLAIN
"access_type": "ALL",
"rows": 3,
"filtered": 100,
- "attached_condition": "(t1.i = 3.21)"
+ "attached_condition": "t1.i = 3.21"
}
}
}
@@ -7965,7 +7965,7 @@ EXPLAIN
"access_type": "ALL",
"rows": 3,
"filtered": 100,
- "attached_condition": "(sq.i = 'aa')",
+ "attached_condition": "sq.i = 'aa'",
"materialized": {
"query_block": {
"select_id": 2,
@@ -7974,7 +7974,7 @@ EXPLAIN
"access_type": "ALL",
"rows": 3,
"filtered": 100,
- "attached_condition": "(t1.i = 'aa')"
+ "attached_condition": "t1.i = 'aa'"
}
}
}
@@ -8019,7 +8019,7 @@ EXPLAIN
"access_type": "ALL",
"rows": 3,
"filtered": 100,
- "attached_condition": "(sq.i = 2007-05-28 00:00:00)",
+ "attached_condition": "sq.i = 2007-05-28 00:00:00",
"materialized": {
"query_block": {
"select_id": 2,
@@ -8028,7 +8028,7 @@ EXPLAIN
"access_type": "ALL",
"rows": 3,
"filtered": 100,
- "attached_condition": "(t1.i = TIMESTAMP'2007-05-28 00:00:00')"
+ "attached_condition": "t1.i = TIMESTAMP'2007-05-28 00:00:00'"
}
}
}
@@ -8071,7 +8071,7 @@ EXPLAIN
"access_type": "ALL",
"rows": 3,
"filtered": 100,
- "attached_condition": "(sq.i = 2007-05-28)",
+ "attached_condition": "sq.i = 2007-05-28",
"materialized": {
"query_block": {
"select_id": 2,
@@ -8080,7 +8080,7 @@ EXPLAIN
"access_type": "ALL",
"rows": 3,
"filtered": 100,
- "attached_condition": "(t1.i = TIMESTAMP'2007-05-28 00:00:00')"
+ "attached_condition": "t1.i = TIMESTAMP'2007-05-28 00:00:00'"
}
}
}
@@ -8123,7 +8123,7 @@ EXPLAIN
"access_type": "ALL",
"rows": 3,
"filtered": 100,
- "attached_condition": "(sq.i = 10:00:02)",
+ "attached_condition": "sq.i = 10:00:02",
"materialized": {
"query_block": {
"select_id": 2,
@@ -8132,7 +8132,7 @@ EXPLAIN
"access_type": "ALL",
"rows": 3,
"filtered": 100,
- "attached_condition": "(t1.i = TIME'10:00:02')"
+ "attached_condition": "t1.i = TIME'10:00:02'"
}
}
}