Commit 5f671c1
committed
fix: expand EXPLAIN to support DDL/utility inner statements
EXPLAIN now accepts CREATE, ALTER, DROP, TRUNCATE, SHOW, SET, EXECUTE,
CALL, DO, and parenthesized subqueries as inner statements, not just DML.
Fixes 107+ PARTIAL results from CockroachDB test corpus.1 parent dfbdc3d commit 5f671c1
1 file changed
Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
531 | 531 | | |
532 | 532 | | |
533 | 533 | | |
534 | | - | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
535 | 545 | | |
536 | 546 | | |
537 | 547 | | |
| |||
0 commit comments