Files
tidb/parser/coldef
siddontang 60ee772cba parser: support comment for create table
`create table (c int comment ‘this is a comment’)` or
`create table (c int) comment = ‘this is a comment’`

We only support parsing it, and do nothing outside.
2015-09-25 09:03:31 +08:00
..