Skip to content

Commit 11b8de1

Browse files
author
James Cor
committed
adding a warning
1 parent b9a390b commit 11b8de1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sql/rowexec/show.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ func (b *BaseBuilder) buildDescribeQuery(ctx *sql.Context, n *plan.DescribeQuery
8484
return sql.RowsToRowIter(rows...), nil
8585
}
8686

87+
ctx.Warn(0, "EXPLAIN Output is currently a placeholder; use EXPLAIN PLAN for old behavior")
8788
dummyRow := sql.Row{
8889
1, // id
8990
"SELECT", // select_type

0 commit comments

Comments
 (0)