Files
tidb/util
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
..
2016-04-23 15:19:31 +08:00
2017-07-27 02:40:21 -05:00
2016-04-23 10:27:13 +08:00
2017-04-27 23:26:15 +08:00
2017-08-17 21:19:51 +08:00
2017-06-30 14:48:45 +08:00
2015-12-28 12:49:26 +08:00
2017-03-01 14:39:13 +08:00