1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-07-04 16:16:58 +02:00
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
..
cassandra_store fix text. 2016-11-28 20:07:27 -08:00
embedded_filer filer mysqlstore bug fix 2016-09-08 11:35:54 +08:00
flat_namespace fix bug: filer DELETE 2016-06-11 01:16:19 +08:00
mysql_store Fix: the maximum-length character exceed 255 2017-01-23 20:33:00 +08:00
postgres_store Updating PostgreSQL file store integration to support directories. 2016-12-12 13:03:32 -07:00
redis_store filer mysqlstore bug fix 2016-09-08 11:35:54 +08:00
client_operations.go directory structure change to work with glide 2016-06-02 18:09:14 -07:00
filer.go filer mysqlstore bug fix 2016-09-08 11:35:54 +08:00