You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
Clang warning fix
This commit is contained in:
@ -54,7 +54,6 @@ u_int64_t vbOffset = 0;
|
|||||||
pthread_mutex_t pthreadMutex;
|
pthread_mutex_t pthreadMutex;
|
||||||
const std::vector<uint32_t> colWidthsAvailable = {1, 2, 4, 8, 16};
|
const std::vector<uint32_t> colWidthsAvailable = {1, 2, 4, 8, 16};
|
||||||
const DBRootT dbroot = 1;
|
const DBRootT dbroot = 1;
|
||||||
const uint32_t KibiBlocks = 1024;
|
|
||||||
|
|
||||||
struct Range
|
struct Range
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user