We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a59b23f commit 3783bb2Copy full SHA for 3783bb2
2 files changed
parser/parser.go
@@ -6777,7 +6777,8 @@ func (p *Parser) parseSystem() *ast.SystemQuery {
6777
upperCmd := strings.ToUpper(sys.Command)
6778
if strings.Contains(upperCmd, "STOP DISTRIBUTED SENDS") ||
6779
strings.Contains(upperCmd, "START DISTRIBUTED SENDS") ||
6780
- strings.Contains(upperCmd, "FLUSH DISTRIBUTED") {
+ strings.Contains(upperCmd, "FLUSH DISTRIBUTED") ||
6781
+ strings.Contains(upperCmd, "RELOAD DICTIONARY") {
6782
// Only set duplicate if database and table are different (qualified name)
6783
if sys.Database != sys.Table {
6784
sys.DuplicateTableOutput = true
parser/testdata/01527_dist_sharding_key_dictGet_reload/metadata.json
@@ -1,6 +1 @@
1
-{
2
- "explain_todo": {
3
- "stmt13": true,
4
- "stmt18": true
5
- }
6
-}
+{}
0 commit comments