1
0
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:
Leonid Fedorov
2022-07-15 15:56:24 +00:00
parent f8fb8beed9
commit 140770d6f4
5 changed files with 50 additions and 1855 deletions

View File

@ -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;