Commit f3ddb56
committed
Handle SYSTEM RESTORE REPLICA command parsing
Add RESTORE to system command keywords so it's not parsed as a table
name. Also add RESTORE REPLICA to the list of commands that output
the table name twice in EXPLAIN AST.
Fixes stmt11 and stmt12 in 03168_attach_as_replicated_materialized_view.1 parent 4f40523 commit f3ddb56
2 files changed
Lines changed: 3 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6771 | 6771 | | |
6772 | 6772 | | |
6773 | 6773 | | |
| 6774 | + | |
6774 | 6775 | | |
6775 | 6776 | | |
6776 | 6777 | | |
| |||
6803 | 6804 | | |
6804 | 6805 | | |
6805 | 6806 | | |
6806 | | - | |
| 6807 | + | |
6807 | 6808 | | |
6808 | 6809 | | |
6809 | 6810 | | |
| |||
Lines changed: 1 addition & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
| 1 | + | |
0 commit comments