diff options
author | Oleksandr Byelkin <sanja@mariadb.com> | 2015-04-08 20:14:48 +0200 |
---|---|---|
committer | Oleksandr Byelkin <sanja@mariadb.com> | 2015-04-09 14:51:23 +0200 |
commit | b05383cb1440d2a6508d5254e0617e0dccf49898 (patch) | |
tree | 643f7efaaa07049f839b58e059da7ffa708fd448 /mysql-test/r/explain_json.result | |
parent | 697194461ad2031420bc1aaf8a03432dbf2acd66 (diff) | |
download | mariadb-git-b05383cb1440d2a6508d5254e0617e0dccf49898.tar.gz |
MDEV-7835: ANALYZE FORMAT=JSON should show buffer sizes
Diffstat (limited to 'mysql-test/r/explain_json.result')
-rw-r--r-- | mysql-test/r/explain_json.result | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mysql-test/r/explain_json.result b/mysql-test/r/explain_json.result index 93220cb5fd7..65582912c93 100644 --- a/mysql-test/r/explain_json.result +++ b/mysql-test/r/explain_json.result @@ -365,6 +365,7 @@ EXPLAIN "attached_condition": "(tbl2.b < 5)" }, "buffer_type": "flat", + "buffer_size": "128Kb", "join_type": "BNL", "attached_condition": "(tbl2.a = tbl1.a)" } @@ -618,6 +619,7 @@ EXPLAIN "filtered": 100 }, "buffer_type": "flat", + "buffer_size": "128Kb", "join_type": "BNL" } } @@ -651,6 +653,7 @@ EXPLAIN "first_match": "t2" }, "buffer_type": "flat", + "buffer_size": "128Kb", "join_type": "BNL", "attached_condition": "((t1.b = t2.b) and (t1.a = t2.a))" } @@ -687,6 +690,7 @@ EXPLAIN "filtered": 100 }, "buffer_type": "flat", + "buffer_size": "128Kb", "join_type": "BNL", "attached_condition": "((t1.b = t2.b) and (t1.a = t2.a))" } @@ -799,6 +803,7 @@ EXPLAIN "filtered": 100 }, "buffer_type": "flat", + "buffer_size": "128Kb", "join_type": "BNL", "attached_condition": "((t2.b <> outer_t1.a) and trigcond(((<cache>(outer_t1.a) = t1.a) or isnull(t1.a))))" } @@ -849,6 +854,7 @@ EXPLAIN "filtered": 100 }, "buffer_type": "flat", + "buffer_size": "128Kb", "join_type": "BNL", "attached_condition": "(tbl2.b = tbl1.b)" } |