-
Notifications
You must be signed in to change notification settings - Fork 272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not enough arguments in call to _Cfunc_rocksdb_approximate_sizes #203
Comments
Hello,Rocksdb has made incompatible changes to the functions rocksdb_approximate_sizes and rocksdb_approximate_sizes_cf in version 6.16.0. Refer to: https://github.com/facebook/rocksdb/blob/master/HISTORY.md, The content is: |
Thanks for your answer |
This reverts commit 9decd5d.
Hello, I meet the same question, have any plan to fix it? |
have the same problem. Looks like the repo is dead. |
Hi, I still met this problem with RocksDB 6.15.2:
|
go: github.com/tecbot/gorocksdb upgrade => v0.0.0-20191217155057-f0fad39f321c
#github.com/tecbot/gorocksdb
../DB/GOPATH/pkg/mod/github.com/tecbot/[email protected]/db.go:609:29: not enough arguments in call to _Cfunc_rocksdb_approximate_sizes
have (*_Ctype_struct_rocksdb_t, _Ctype_int, **_Ctype_char, *_Ctype_ulong, **_Ctype_char, *_Ctype_ulong, _Ctype_ulong)
want (_Ctype_struct_rocksdb_t, _Ctype_int, **_Ctype_char, *_Ctype_ulong, **_Ctype_char, *_Ctype_ulong, _Ctype_ulong, **_Ctype_char)
../DB/GOPATH/pkg/mod/github.com/tecbot/[email protected]/db.go:650:32:not enough arguments in call to _Cfunc_rocksdb_approximate_sizes_cf
have (_Ctype_struct_rocksdb_t, *_Ctype_struct_rocksdb_column_family_handle_t, _Ctype_int, **_Ctype_char, *_Ctype_ulong, **_Ctype_char, *_Ctype_ulong, _Ctype_ulong)
want (_Ctype_struct_rocksdb_t, *_Ctype_struct_rocksdb_column_family_handle_t, _Ctype_int, **_Ctype_char, *_Ctype_ulong, **_Ctype_char, *_Ctype_ulong, *_Ctype_ulong, **_Ctype_char)
The text was updated successfully, but these errors were encountered: