Loading ndb/src/kernel/vm/SimulatedBlock.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -636,7 +636,7 @@ SimulatedBlock::getBatSize(Uint16 blockNo){ } void* SimulatedBlock::allocRecord(const char * type, size_t s, size_t n) const SimulatedBlock::allocRecord(const char * type, size_t s, size_t n) { void* p = NULL; Loading ndb/src/kernel/vm/SimulatedBlock.hpp +1 −1 Original line number Diff line number Diff line Loading @@ -350,7 +350,7 @@ protected: * Allocates memory for the datastructures where ndb keeps the data * */ void* allocRecord(const char * type, size_t s, size_t n) const ; void* allocRecord(const char * type, size_t s, size_t n); /** * Deallocate record Loading Loading
ndb/src/kernel/vm/SimulatedBlock.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -636,7 +636,7 @@ SimulatedBlock::getBatSize(Uint16 blockNo){ } void* SimulatedBlock::allocRecord(const char * type, size_t s, size_t n) const SimulatedBlock::allocRecord(const char * type, size_t s, size_t n) { void* p = NULL; Loading
ndb/src/kernel/vm/SimulatedBlock.hpp +1 −1 Original line number Diff line number Diff line Loading @@ -350,7 +350,7 @@ protected: * Allocates memory for the datastructures where ndb keeps the data * */ void* allocRecord(const char * type, size_t s, size_t n) const ; void* allocRecord(const char * type, size_t s, size_t n); /** * Deallocate record Loading