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
A pack of fixes for compilation errors and warnings for all platforms
Add libdatatypes.so into debian packaging
This commit is contained in:
@ -303,7 +303,7 @@ float RowEstimator::estimateRowReturnFactor(const BRM::EMEntry& emEntry,
|
||||
float factor = 1.0;
|
||||
float tempFactor = 1.0;
|
||||
|
||||
uint64_t adjustedMin, adjustedMax;
|
||||
uint64_t adjustedMin = 0, adjustedMax = 0;
|
||||
uint128_t adjustedBigMin, adjustedBigMax;
|
||||
uint32_t distinctValuesEstimate;
|
||||
|
||||
|
Reference in New Issue
Block a user