*: Address comment

This commit is contained in:
shenli
2015-11-11 17:17:27 +08:00
parent b3a137d8a8
commit 741b39ef32

View File

@ -39,7 +39,7 @@ func (s *testParserSuite) TestSimple(c *C) {
"start", "global", "tables", "text", "time", "timestamp", "transaction", "truncate", "unknown",
"value", "warnings", "year", "now", "substring", "mode", "any", "some", "user", "identified",
"collation", "comment", "avg_row_length", "checksum", "compression", "connection", "key_block_size",
"max_rows", "min_rows", "national", "row", "quarter", "escape", "grants", "status", "FIELDS", "TRIGGERS",
"max_rows", "min_rows", "national", "row", "quarter", "escape", "grants", "status", "fields", "triggers",
}
for _, kw := range unreservedKws {
src := fmt.Sprintf("SELECT %s FROM tbl;", kw)