Files
tidb/parser
wink a4aa3e72e6 parser/parser.y: add StringType OptCharset OptCollate support
to support sql like "Create Table test(a CHAR(10) CHARACTER SET utf8)", see details:
"https://dev.mysql.com/doc/refman/5.0/en/create-table.html",
data_type:
    ...
    | CHAR[(length)] [BINARY]
      [CHARACTER SET charset_name] [COLLATE collation_name]
2015-10-15 15:49:29 +08:00
..
2015-09-18 07:03:38 +08:00
2015-10-12 17:36:31 +08:00
2015-09-06 12:08:47 +08:00