1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

MCOL-3760 Fix rand func in columnstore not matching mdb

This commit is contained in:
jmrojas2332
2020-03-06 22:33:22 +00:00
parent 0b0ff42f1a
commit 9db6e84ea2

View File

@ -46,6 +46,8 @@ public:
{
fSeedSet = seedSet;
fMultipleSeedsSet = seedSet;
fFirstRow = nullptr;
fSeeds = {};
}
execplan::CalpontSystemCatalog::ColType operationType(FunctionParm& fp, execplan::CalpontSystemCatalog::ColType& resultType);