1
0
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:
Nedeljko Stefanovic
2025-08-01 12:35:45 +00:00
committed by Serguey Zefirov
parent 4d61b77edf
commit b27b240bb4

View File

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