1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00

MCOL-523 fix a merge issue, MEDIAN test for empty set.

This commit is contained in:
David Hall
2017-08-02 12:12:00 -05:00
parent f85b3c655a
commit f428cdc371
2 changed files with 7 additions and 1 deletions

View File

@ -4212,7 +4212,8 @@ void TupleAggregateStep::prep2PhasesDistinctAggregate(
f->fInputColumnIndex,
f->fOutputColumnIndex,
f->fAuxColumnIndex));
functionSub2.push_back(funct);
functionSub2.push_back(funct);
}
}
}
}