You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
We forgot to initilize longdoublenull value (#2091)
This commit is contained in:
@ -61,7 +61,7 @@ void Func::init()
|
||||
double* dp = reinterpret_cast<double*>(&dni);
|
||||
fDoubleNullVal = *dp;
|
||||
|
||||
fDoubleNullVal = joblist::LONGDOUBLENULL;
|
||||
fLongDoubleNullVal = joblist::LONGDOUBLENULL;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user