chanyoung
52fc476a6f
filer: fixup print error message when make new directory
7 years ago
sparklxb
c46e91d229
complement weed mount: add read and delete
8 years ago
Stepan Bujnak
a72c92e55f
Added locking on the filer move operation
8 years ago
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
8 years ago
Mike Tolman
43e655afc8
Updating PostgreSQL file store integration to support directories.
8 years ago
Mike Tolman
e88795be13
Adding PostgreSQL Support
8 years ago
Mike Tolman
b18ec59c56
Revert "Adding PostgreSQL Filer Support"
This reverts commit 10853e4d2f
.
8 years ago
Mike Tolman
10853e4d2f
Adding PostgreSQL Filer Support
8 years ago
Mike Tolman
a1783a14cc
Revert "Adding PostgreSQL Filer Support"
This reverts commit 855058858a
.
8 years ago
Mike Tolman
855058858a
Adding PostgreSQL Filer Support
8 years ago
Chris Lu
64509dd6ca
fix text.
8 years ago
eshujiushiwo
e025fc00a4
let filer use all cassandra server
let filer use all cassandra server
8 years ago
eshujiushiwo
5ee7fdc0cc
fix hosts strings
fix hosts strings
8 years ago
eshujiushiwo
3450eff288
fix info log
fix info log
8 years ago
eshujiushiwo
3e29d0f75b
Update cassandra_store.go
8 years ago
eshujiushiwo
809aa028ec
fix the connection of cassandra
fix the connection of cassandra ,let filer can connect to multi cassandra nodes which are in the one cluster
8 years ago
eshujiushiwo
89ccb6be05
Update cassandra_store.go
8 years ago
eshujiushiwo
5385bf9555
update cassandra connections
update cassandra connections
8 years ago
霍晓栋
78474409a5
filer mysqlstore bug fix
8 years ago
霍晓栋
3aa021a812
refactoring mysql store code
8 years ago
霍晓栋
e7b237c8da
UT case fix
8 years ago
霍晓栋
b0035747e3
add filer support
8 years ago
DaLin
fa2a7b5f2f
fix bug: filer DELETE
9 years ago
Chris Lu
5ce6bbf076
directory structure change to work with glide
glide has its own requirements. My previous workaround caused me some
code checkin errors. Need to fix this.
9 years ago