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-3536 Collation phase 2
This commit is contained in:
@ -75,7 +75,7 @@ std::string Func_substr::getStrVal(rowgroup::Row& row,
|
||||
int64_t length;
|
||||
if (fp.size() == 3)
|
||||
{
|
||||
int64_t length = fp[2]->data()->getIntVal(row, isNull);
|
||||
length = fp[2]->data()->getIntVal(row, isNull);
|
||||
if (isNull)
|
||||
return "";
|
||||
if (length < 1)
|
||||
|
Reference in New Issue
Block a user