From 65de2869aede18f204dce6d255f728496ae0130a 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:56:44 +0800 Subject: [PATCH] edit DuplicatesRemoval (#268) Co-authored-by: qifanwang --- database/explain.go | 1 + 1 file changed, 1 insertion(+) diff --git a/database/explain.go b/database/explain.go index 98b4ee9..b5dc391 100644 --- a/database/explain.go +++ b/database/explain.go @@ -177,6 +177,7 @@ type ExplainJSONDuplicatesRemoval struct { UsingFilesort bool `json:"using_filesort"` BufferResult ExplainJSONBufferResult `json:"buffer_result"` GroupingOperation ExplainJSONGroupingOperation `json:"grouping_operation"` + Table ExplainJSONTable `json:"table"` } // ExplainJSONOrderingOperation JSON -- GitLab