diff options
Diffstat (limited to 'mysql-test/r/explain_json.result')
-rw-r--r-- | mysql-test/r/explain_json.result | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/r/explain_json.result b/mysql-test/r/explain_json.result index 1af67cf6a4e..ab9fd528ad2 100644 --- a/mysql-test/r/explain_json.result +++ b/mysql-test/r/explain_json.result @@ -229,6 +229,7 @@ EXPLAIN { "query_block": { "select_id": 2, + "operation": "UNION", "table": { "table_name": "B", "access_type": "ALL", @@ -263,6 +264,7 @@ EXPLAIN { "query_block": { "select_id": 2, + "operation": "UNION", "table": { "table_name": "B", "access_type": "ALL", |