1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-10-30 07:25:34 +03:00

avoid warrning.

This commit is contained in:
Nedeljko Stefanovic
2025-08-01 04:36:09 +00:00
committed by Serguey Zefirov
parent 871df371b7
commit f526723731

View File

@@ -1317,6 +1317,8 @@ void SlaveComm::do_mergeExtentsMaxMin(ByteStream& msg)
msg >> tmp32;
cpMaxMin.newExtent = tmp32;
// avoid warrning
cpMaxMin.colWidth = 0;
cpMap[startLbid] = cpMaxMin;
if (printOnly)