You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-10-28 19:54:55 +03:00
avoid warning fix for remained builds
This commit is contained in:
committed by
Serguey Zefirov
parent
4d61b77edf
commit
b27b240bb4
@@ -277,7 +277,7 @@ bool WEBrmUpdater::prepareCasualPartitionInfo()
|
||||
{
|
||||
BRM::CPInfoMerge cpInfoMerge;
|
||||
|
||||
cpInfoMerge.bigMin = cpInfoMerge.bigMax = 0;
|
||||
cpInfoMerge.min = cpInfoMerge.max = cpInfoMerge.bigMin = cpInfoMerge.bigMax = 0;
|
||||
|
||||
const int BUFLEN = 128;
|
||||
char aBuff[BUFLEN];
|
||||
|
||||
Reference in New Issue
Block a user