aboutsummaryrefslogtreecommitdiff
path: root/weed/filer/mysql/mysql_store.go
AgeCommit message (Collapse)AuthorFilesLines
2021-01-19filer store: add mysql2Chris Lu1-48/+3
2021-01-19fix bucket creationChris Lu1-1/+15
2021-01-19restructuring sql storesChris Lu1-8/+37
2021-01-14go fmtChris Lu1-2/+2
2021-01-14fix compilationChris Lu1-1/+2
2021-01-14better mysql connection pool managementLazyDBA247-Anyvision1-2/+4
adding SetConnMaxLifetime configuration (https://golang.org/pkg/database/sql/#DB.SetConnMaxLifetime) to enable refresh of connections.
2020-09-12filer: fix postgres prefixed directory listing problemChris Lu1-2/+2
fix https://github.com/chrislusf/seaweedfs/issues/1465
2020-09-01rename filer2 to filerChris Lu1-0/+74