You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
Delete tests/shared_components_tests.cpp, erase legacy code from tests/primitives_scan_bench.cpp, option to run benchmarks from build/bootstrap_mcs.sh
This commit is contained in:
@ -1150,7 +1150,7 @@ static void* EMRunner(void* arg)
|
||||
if (listSize == 0)
|
||||
break;
|
||||
|
||||
struct EMEntries* tmp, *prev;
|
||||
struct EMEntries* tmp = nullptr, *prev = nullptr;
|
||||
int fileRand = rand_r(&randstate) % listSize;
|
||||
int i, oid;
|
||||
|
||||
|
Reference in New Issue
Block a user