Commit f48af3a
committed
Fix SYSTEM query EXPLAIN output and parsing
- Add table/database as children in SYSTEM query explain output
- Exclude FLUSH LOGS command from showing table name as child
- Add INDEX, INSERT, PRIMARY, KEY tokens to isSystemCommandKeyword
- Add QUEUE to system command identifiers list1 parent 2f9eff0 commit f48af3a
File tree
3 files changed
+31
-9
lines changed- internal/explain
- parser
- testdata/02354_read_in_order_prewhere
3 files changed
+31
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
516 | 516 | | |
517 | 517 | | |
518 | 518 | | |
519 | | - | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
520 | 544 | | |
521 | 545 | | |
522 | 546 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4359 | 4359 | | |
4360 | 4360 | | |
4361 | 4361 | | |
4362 | | - | |
| 4362 | + | |
| 4363 | + | |
4363 | 4364 | | |
4364 | 4365 | | |
4365 | | - | |
| 4366 | + | |
4366 | 4367 | | |
4367 | 4368 | | |
4368 | | - | |
| 4369 | + | |
| 4370 | + | |
4369 | 4371 | | |
4370 | 4372 | | |
4371 | 4373 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 1 | + | |
0 commit comments