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-4172 Add support for wide-DECIMAL into statistical aggregate and regr_* UDAF functions
The patch fixes wrong results returned when multiple UDAF exist in projection aggregate over wide decimal literals now works
This commit is contained in:
@ -95,7 +95,7 @@ string Func_char::getStrVal(Row& row,
|
||||
buf[0]= 0;
|
||||
char* pBuf = buf;
|
||||
CHARSET_INFO* cs = ct.getCharset();
|
||||
int32_t value;
|
||||
int32_t value = 0;
|
||||
int32_t numBytes = 0;
|
||||
for (uint32_t i = 0; i < parm.size(); ++i)
|
||||
{
|
||||
|
Reference in New Issue
Block a user