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