Skip to content

Commit ffebe31

Browse files
committed
Add xml explain
1 parent 3cef2fb commit ffebe31

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Explain_plan.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ DYNAMIC EXPLAIN
2222
Select ...;
2323
```
2424

25+
## Explain plan in XML
26+
27+
```sql
28+
[DYNAMIC] EXPLAIN IN XML
29+
Select ...;
30+
```
31+
2532
### Force use of dynamic plan
2633

2734
If the dynamic explain starts with:

0 commit comments

Comments
 (0)