Skip to content

Commit

Permalink
*: support syntax for 'admin reload expr_pushdown_blacklist' (#3… (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
XuHuaiyu authored and zz-jason committed Jul 3, 2019
1 parent a2aa507 commit 6286830
Show file tree
Hide file tree
Showing 6 changed files with 5,434 additions and 5,408 deletions.
2 changes: 1 addition & 1 deletion ast/dml.go
Original file line number Diff line number Diff line change
Expand Up @@ -1266,4 +1266,4 @@ func (n *SplitRegionStmt) Accept(v Visitor) (Node, bool) {
}
}
return v.Leave(n)
}
}
1 change: 1 addition & 0 deletions ast/misc.go
Original file line number Diff line number Diff line change
Expand Up @@ -656,6 +656,7 @@ const (
AdminChecksumTable
AdminShowSlow
AdminShowNextRowID
AdminReloadExprPushdownBlacklist
)

// HandleRange represents a range where handle value >= Begin and < End.
Expand Down
1 change: 1 addition & 0 deletions misc.go
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,7 @@ var tokenMap = map[string]int{
"YEAR": yearType,
"YEAR_MONTH": yearMonth,
"ZEROFILL": zerofill,
"EXPR_PUSHDOWN_BLACKLIST": exprPushdownBlacklist,
}

// See https://dev.mysql.com/doc/refman/5.7/en/function-resolution.html for details
Expand Down
Loading

0 comments on commit 6286830

Please sign in to comment.