summaryrefslogtreecommitdiff
path: root/mysql-test/main/subselect_cache.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/subselect_cache.result')
-rw-r--r--mysql-test/main/subselect_cache.result6
1 files changed, 0 insertions, 6 deletions
diff --git a/mysql-test/main/subselect_cache.result b/mysql-test/main/subselect_cache.result
index d39023b8a84..132e870a860 100644
--- a/mysql-test/main/subselect_cache.result
+++ b/mysql-test/main/subselect_cache.result
@@ -44,9 +44,6 @@ analyze format=json
select a, (select d from t2 where b=c) from t1;
ANALYZE
{
- "query_optimization": {
- "r_total_time_ms": "REPLACED"
- },
"query_block": {
"select_id": 1,
"r_loops": 1,
@@ -101,9 +98,6 @@ analyze format=json
select a, (select d from t2 where b=c), (select d from t2 where b=c union select 1 order by 1 limit 1) from t1;
ANALYZE
{
- "query_optimization": {
- "r_total_time_ms": "REPLACED"
- },
"query_block": {
"select_id": 1,
"r_loops": 1,