Files
seaweedFS/weed
vancepym ee6067e98c Fix: the maximum-length character exceed 255
The length of a CHAR column is fixed to the length that you declare when you create the table. The length can be any value from 0 to 255. When CHAR values are stored, they are right-padded with spaces to the specified length. 

see https://dev.mysql.com/doc/refman/5.7/en/char.html
2017-01-23 20:33:00 +08:00
..
2017-01-03 21:28:30 -08:00
2017-01-22 21:36:36 -08:00
2017-01-20 10:18:43 -08:00
2017-01-18 09:39:47 -08:00
2016-06-24 14:20:32 -07:00