You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-11-24 08:41:09 +03:00
MCOL-3760 Fix issue with random seed list not being initilized to empty
This commit is contained in:
@@ -77,7 +77,7 @@ double Func_rand::getDoubleVal(rowgroup::Row& row,
|
||||
fSeedSet = false;
|
||||
fSeedIndex += 1;
|
||||
}
|
||||
else if (fFirstRow == 0)
|
||||
else if (fFirstRow == nullptr)
|
||||
{
|
||||
// Store first row
|
||||
fFirstRow = row.getData();
|
||||
|
||||
Reference in New Issue
Block a user