Files
seaweedfs/weed/filer
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
..
2016-11-28 20:07:27 -08:00
2016-09-08 11:35:54 +08:00
2016-06-11 01:16:19 +08:00
2016-09-08 11:35:54 +08:00
2016-09-08 11:35:54 +08:00