We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9a390b commit 11b8de1Copy full SHA for 11b8de1
sql/rowexec/show.go
@@ -84,6 +84,7 @@ func (b *BaseBuilder) buildDescribeQuery(ctx *sql.Context, n *plan.DescribeQuery
84
return sql.RowsToRowIter(rows...), nil
85
}
86
87
+ ctx.Warn(0, "EXPLAIN Output is currently a placeholder; use EXPLAIN PLAN for old behavior")
88
dummyRow := sql.Row{
89
1, // id
90
"SELECT", // select_type
0 commit comments