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-4470 Fix the crash in collation aware JOIN code
This commit is contained in:
@ -1128,7 +1128,7 @@ void TupleJoiner::updateCPData(const Row& r)
|
|||||||
|
|
||||||
if (r.isCharType(colIdx))
|
if (r.isCharType(colIdx))
|
||||||
{
|
{
|
||||||
datatypes::Charset cs(r.getCharset(col));
|
datatypes::Charset cs(r.getCharset(colIdx));
|
||||||
int64_t val = r.getIntField(colIdx);
|
int64_t val = r.getIntField(colIdx);
|
||||||
|
|
||||||
if (datatypes::TCharShort::strnncollsp(cs, val, min) < 0 ||
|
if (datatypes::TCharShort::strnncollsp(cs, val, min) < 0 ||
|
||||||
|
Reference in New Issue
Block a user