Skip to content

Commit

Permalink
[parser] *: support for the statement of "admin show tableName next r…
Browse files Browse the repository at this point in the history
…ow id" (pingcap#19)
  • Loading branch information
zimulala committed Nov 7, 2018
1 parent 593e522 commit 889cd6a
Show file tree
Hide file tree
Showing 5 changed files with 5,036 additions and 5,009 deletions.
1 change: 1 addition & 0 deletions parser/ast/misc.go
Expand Up @@ -628,6 +628,7 @@ const (
AdminShowDDLJobQueries
AdminChecksumTable
AdminShowSlow
AdminShowNextRowID
)

// HandleRange represents a range where handle value >= Begin and < End.
Expand Down
1 change: 1 addition & 0 deletions parser/misc.go
Expand Up @@ -358,6 +358,7 @@ var tokenMap = map[string]int{
"NAMES": names,
"NATIONAL": national,
"NATURAL": natural,
"NEXT_ROW_ID": next_row_id,
"NO": no,
"NO_WRITE_TO_BINLOG": noWriteToBinLog,
"NONE": none,
Expand Down

0 comments on commit 889cd6a

Please sign in to comment.