Commit 2e65732
committed
Fix SHOW DATABASES EXPLAIN AST output to match ClickHouse
ClickHouse maps SHOW DATABASES to ShowTables in EXPLAIN AST output,
similar to SHOW SETTINGS. Update explainShowQuery to handle this case.
Enables test: 02902_show_databases_limit1 parent 1d571bb commit 2e65732
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
318 | 318 | | |
319 | 319 | | |
320 | 320 | | |
321 | | - | |
322 | | - | |
| 321 | + | |
| 322 | + | |
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments