patch 4.0
This commit is contained in:
@ -14,7 +14,7 @@
|
||||
#include "lib/hash_func/murmur_hash.h"
|
||||
|
||||
// this is a C wrapper to call murmurhash in C++ definition
|
||||
uint64_t murmurhash(const void* data, int32_t len, uint64_t hash)
|
||||
uint64_t murmurhash(const void *data, int32_t len, uint64_t hash)
|
||||
{
|
||||
return oceanbase::common::murmurhash(data, len, hash);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user