You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
feat(): change ref to atomic with ptr to atomic
This commit is contained in:
@ -360,7 +360,7 @@ class RGDataTest : public ::testing::Test
|
||||
{
|
||||
protected:
|
||||
RGDataTest()
|
||||
: allocatedMemory(MemoryAllowance), alloc(allocatedMemory, MemoryAllowance / 100) {}
|
||||
: allocatedMemory(MemoryAllowance), alloc(&allocatedMemory, MemoryAllowance / 100) {}
|
||||
void SetUp() override
|
||||
{
|
||||
rg = setupRG({execplan::CalpontSystemCatalog::VARCHAR, execplan::CalpontSystemCatalog::UDECIMAL,
|
||||
|
Reference in New Issue
Block a user