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
Merge branch 'develop-1.1' into develop
This commit is contained in:
@ -128,7 +128,7 @@ void WF_lead_lag<T>::parseParms(const std::vector<execplan::SRCP>& parms)
|
||||
fLead = 1;
|
||||
fRespectNulls = true;
|
||||
fDefNull = false;
|
||||
fDefault = (T)0;
|
||||
// fDefault = (T)0; // Won't work for std::string. Default should always be set below.
|
||||
fOffsetNull = false;
|
||||
fOffset = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user