diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-01-31 00:59:48 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-01-31 00:59:48 -0800 |
| commit | fb19263a719b07d14f59cf8906c03a2a7d7ca3b8 (patch) | |
| tree | b2650a942c1a4bca19d3e4403eb3ba366e47cf1f | |
| parent | beb0a1599ee5595b3f3314176cfbf66e63495cda (diff) | |
| download | seaweedfs-fb19263a719b07d14f59cf8906c03a2a7d7ca3b8.tar.xz seaweedfs-fb19263a719b07d14f59cf8906c03a2a7d7ca3b8.zip | |
fix build1.53
| -rw-r--r-- | weed/filer2/tikv/tikv_store_unsupported.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/filer2/tikv/tikv_store_unsupported.go b/weed/filer2/tikv/tikv_store_unsupported.go index 36de2d974..daf29612e 100644 --- a/weed/filer2/tikv/tikv_store_unsupported.go +++ b/weed/filer2/tikv/tikv_store_unsupported.go @@ -21,7 +21,7 @@ func (store *TikvStore) GetName() string { return "tikv" } -func (store *TikvStore) Initialize(configuration weed_util.Configuration) (err error) { +func (store *TikvStore) Initialize(configuration weed_util.Configuration, prefix string) (err error) { return fmt.Errorf("not implemented for 32 bit computers") } |
