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-3760 Fix rand func in columnstore not matching mdb
This commit is contained in:
@ -46,6 +46,8 @@ public:
|
|||||||
{
|
{
|
||||||
fSeedSet = seedSet;
|
fSeedSet = seedSet;
|
||||||
fMultipleSeedsSet = seedSet;
|
fMultipleSeedsSet = seedSet;
|
||||||
|
fFirstRow = nullptr;
|
||||||
|
fSeeds = {};
|
||||||
}
|
}
|
||||||
execplan::CalpontSystemCatalog::ColType operationType(FunctionParm& fp, execplan::CalpontSystemCatalog::ColType& resultType);
|
execplan::CalpontSystemCatalog::ColType operationType(FunctionParm& fp, execplan::CalpontSystemCatalog::ColType& resultType);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user