Files
tidb/util/types
David Ding 8f91590a2b fix: avoid 'binary BINARY' for special field type (#4272)
When parsing DML like 'ALTER TABLE t MODIFY COLUMN a binary', there will
be a node parsed as '... binary BINARY...'. That is wrong, the right result should be '... binary ...'
2017-08-23 09:42:43 +08:00
..
2017-08-04 16:47:45 +08:00
2017-02-10 10:53:05 +08:00
2016-04-07 20:53:45 +08:00