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
MCOL-4125 CHAR must ignore NULL parameters
This commit is contained in:
@ -163,7 +163,7 @@ string Func_char::getStrVal(Row& row,
|
|||||||
|
|
||||||
numBytes += getChar(value, pBuf);
|
numBytes += getChar(value, pBuf);
|
||||||
}
|
}
|
||||||
|
isNull = false;
|
||||||
/* Check whether we got a well-formed string */
|
/* Check whether we got a well-formed string */
|
||||||
MY_STRCOPY_STATUS status;
|
MY_STRCOPY_STATUS status;
|
||||||
int32_t actualBytes = cs->well_formed_char_length(buf, buf + numBytes, numBytes, &status);
|
int32_t actualBytes = cs->well_formed_char_length(buf, buf + numBytes, numBytes, &status);
|
||||||
|
Reference in New Issue
Block a user