diff --git a/database/explain.go b/database/explain.go index 98b4ee9c818ed78355b1c58c21abac763b641951..b5dc3913aa0b0d83bedb2fbc9b6edb0fb3f83c88 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