1
0
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:
David Hall
2020-06-15 13:01:34 -05:00
parent 88f291903e
commit 01c8a63513

View File

@ -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;
}