1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-07-04 16:16:58 +02:00
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
..
command auto detect volume server ip address 2017-01-12 13:42:53 -08:00
compress directory structure change to work with glide 2016-06-02 18:09:14 -07:00
filer Fix: the maximum-length character exceed 255 2017-01-23 20:33:00 +08:00
glog directory structure change to work with glide 2016-06-02 18:09:14 -07:00
images fix build issue 2017-01-03 21:28:30 -08:00
operation volume servers always connect to the master leader 2017-01-13 10:20:40 -08:00
pb volume server get notified of leader change 2017-01-18 09:34:27 -08:00
security Revert "Adding HTTP verb whitelisting options." 2016-08-05 15:45:48 -06:00
sequence directory structure change to work with glide 2016-06-02 18:09:14 -07:00
server set the volume size limit 2017-01-22 21:36:36 -08:00
stats directory structure change to work with glide 2016-06-02 18:09:14 -07:00
storage add locking to access l.volumes 2017-01-20 10:18:43 -08:00
tools directory structure change to work with glide 2016-06-02 18:09:14 -07:00
topology disable master connection timeout 2017-01-10 01:30:00 -08:00
util Release 0.74 2017-01-18 09:39:47 -08:00
glide.lock update dependency versions 2016-06-24 14:20:32 -07:00
glide.yaml directory structure change to work with glide 2016-06-02 18:09:14 -07:00
weed.go directory structure change to work with glide 2016-06-02 18:09:14 -07:00