You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
MCOL-4466 regr_count() and distinct_count() now use long long for counters and for a type cast to/from boost::any
This commit is contained in:
@ -38,7 +38,7 @@ static Add_regr_count_ToUDAFMap addToMap;
|
||||
// Use the simple data model
|
||||
struct regr_count_data
|
||||
{
|
||||
uint64_t cnt;
|
||||
long long cnt;
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user