From b05383cb1440d2a6508d5254e0617e0dccf49898 Mon Sep 17 00:00:00 2001 From: Oleksandr Byelkin Date: Wed, 8 Apr 2015 20:14:48 +0200 Subject: MDEV-7835: ANALYZE FORMAT=JSON should show buffer sizes --- sql/sql_explain.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sql/sql_explain.h') diff --git a/sql/sql_explain.h b/sql/sql_explain.h index f4f421a76a4..aef4badf0e8 100644 --- a/sql/sql_explain.h +++ b/sql/sql_explain.h @@ -511,6 +511,8 @@ class EXPLAIN_BKA_TYPE public: EXPLAIN_BKA_TYPE() : join_alg(NULL) {} + size_t join_buffer_size; + bool incremental; /* -- cgit v1.2.1