From 88cdca35b0bcf96f10576d3ba383b105e0271fec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=B5=B7=E5=B8=86?= <1694675518@qq.com> Date: Wed, 13 Jan 2021 10:57:01 +0800 Subject: [PATCH] edit buffer_result (#267) Co-authored-by: qifanwang --- database/explain.go | 1 + 1 file changed, 1 insertion(+) diff --git a/database/explain.go b/database/explain.go index b5dc391..fbdcfef 100644 --- a/database/explain.go +++ b/database/explain.go @@ -152,6 +152,7 @@ type ExplainJSONNestedLoop struct { type ExplainJSONBufferResult struct { UsingTemporaryTable bool `json:"using_temporary_table"` NestedLoop []ExplainJSONNestedLoop `json:"nested_loop"` + Table ExplainJSONTable `json:"table"` } // ExplainJSONSubqueries JSON -- GitLab