mirror of https://gitee.com/bigwinds/arangodb
fixed hasharray bug introduced yesterday
This commit is contained in:
parent
98633abc6c
commit
7716a6a0e3
|
@ -128,7 +128,7 @@ static bool AllocateTable (TRI_hasharray_t* array, size_t numElements) {
|
||||||
|
|
||||||
if (offset == 0) {
|
if (offset == 0) {
|
||||||
// we're already on a cache line boundary
|
// we're already on a cache line boundary
|
||||||
table = array->_data;
|
table = data;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
// move to start of a cache line
|
// move to start of a cache line
|
||||||
|
|
Loading…
Reference in New Issue