Skip to content

Commit

Permalink
[parser] support select partition syntax (pingcap#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
crazycs520 authored Jan 14, 2019
1 parent 1ce0edd commit 75cf981
Show file tree
Hide file tree
Showing 4 changed files with 3,467 additions and 3,408 deletions.
3 changes: 2 additions & 1 deletion parser/ast/dml.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,8 @@ type TableName struct {
DBInfo *model.DBInfo
TableInfo *model.TableInfo

IndexHints []*IndexHint
IndexHints []*IndexHint
PartitionNames []model.CIStr
}

// Restore implements Node interface.
Expand Down
Loading

0 comments on commit 75cf981

Please sign in to comment.