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-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.
|
// Copy in the trailing src chars.
|
||||||
newstr.append(src, ptr - src);
|
newstr.append(src, srcEnd - src);
|
||||||
}
|
}
|
||||||
return newstr;
|
return newstr;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user