diff options
author | Sergei Petrunia <psergey@askmonty.org> | 2016-03-28 12:02:56 +0300 |
---|---|---|
committer | Sergei Petrunia <psergey@askmonty.org> | 2016-03-28 12:02:56 +0300 |
commit | 44fdb56c977259b2801c612116813beda403df78 (patch) | |
tree | e4fb8f41f72bb5d9022648bedc4513c9d09bd5ec /mysql-test/r/explain_json.result | |
parent | 24cd633fd856d0ca7e4149b49cb7eb3b4c890601 (diff) | |
download | mariadb-git-44fdb56c977259b2801c612116813beda403df78.tar.gz |
MDEV-8646: Re-engineer the code for post-join operations
- Make EXPLAIN code use the post-join operations
- Remove Sort_and_group_tracker that was used for that purpose
Diffstat (limited to 'mysql-test/r/explain_json.result')
-rw-r--r-- | mysql-test/r/explain_json.result | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/mysql-test/r/explain_json.result b/mysql-test/r/explain_json.result index a42f5af114c..975d0fddf38 100644 --- a/mysql-test/r/explain_json.result +++ b/mysql-test/r/explain_json.result @@ -487,7 +487,6 @@ EXPLAIN "select_id": 2, "filesort": { "temporary_table": { - "function": "buffer", "table": { "table_name": "t1", "access_type": "ALL", @@ -531,7 +530,6 @@ EXPLAIN "select_id": 2, "filesort": { "temporary_table": { - "function": "buffer", "table": { "table_name": "t1", "access_type": "ALL", @@ -576,7 +574,6 @@ EXPLAIN "query_block": { "select_id": 2, "temporary_table": { - "function": "buffer", "table": { "table_name": "t1", "access_type": "ALL", @@ -1133,7 +1130,6 @@ EXPLAIN "having_condition": "(TOP > t2.a)", "filesort": { "temporary_table": { - "function": "buffer", "table": { "table_name": "t2", "access_type": "ALL", @@ -1152,7 +1148,6 @@ EXPLAIN "select_id": 1, "filesort": { "temporary_table": { - "function": "buffer", "table": { "table_name": "t2", "access_type": "ALL", @@ -1182,7 +1177,6 @@ EXPLAIN "select_id": 1, "filesort": { "temporary_table": { - "function": "buffer", "table": { "table_name": "t2", "access_type": "ALL", @@ -1380,7 +1374,6 @@ EXPLAIN "query_block": { "select_id": 1, "temporary_table": { - "function": "buffer", "table": { "table_name": "t1", "access_type": "ALL", |