1
0
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:
Andrew Hutchings
2017-10-30 10:29:30 +00:00
10 changed files with 74 additions and 72 deletions

View File

@ -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;