You've already forked mariadb-columnstore-engine
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:
committed by
Serguey Zefirov
parent
871df371b7
commit
f526723731
@@ -1317,6 +1317,8 @@ void SlaveComm::do_mergeExtentsMaxMin(ByteStream& msg)
|
|||||||
msg >> tmp32;
|
msg >> tmp32;
|
||||||
cpMaxMin.newExtent = tmp32;
|
cpMaxMin.newExtent = tmp32;
|
||||||
|
|
||||||
|
// avoid warrning
|
||||||
|
cpMaxMin.colWidth = 0;
|
||||||
cpMap[startLbid] = cpMaxMin;
|
cpMap[startLbid] = cpMaxMin;
|
||||||
|
|
||||||
if (printOnly)
|
if (printOnly)
|
||||||
|
|||||||
Reference in New Issue
Block a user