mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-24 03:23:37 +08:00
fix compilation
This commit is contained in:
@@ -56,6 +56,7 @@ func (v *Volume) commitCompact() error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func makeupDiff(newDatFile, newIdxFile, oldDatFile, oldIdxFile string) (err error) {
|
func makeupDiff(newDatFile, newIdxFile, oldDatFile, oldIdxFile string) (err error) {
|
||||||
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (v *Volume) copyDataAndGenerateIndexFile(dstName, idxName string) (err error) {
|
func (v *Volume) copyDataAndGenerateIndexFile(dstName, idxName string) (err error) {
|
||||||
|
Reference in New Issue
Block a user