You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
MCOL-3536 collation phase 2
This commit is contained in:
@ -173,7 +173,7 @@ std::string Func_replace::getStrVal(rowgroup::Row& row,
|
||||
}
|
||||
}
|
||||
// Copy in the trailing src chars.
|
||||
newstr.append(src, ptr - src);
|
||||
newstr.append(src, srcEnd - src);
|
||||
}
|
||||
return newstr;
|
||||
}
|
||||
|
Reference in New Issue
Block a user