mirror of https://gitee.com/bigwinds/arangodb
Merge branch '1.1' of github.com:triAGENS/ArangoDB into 1.1
This commit is contained in:
commit
d9f94622c5
|
@ -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