1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2026-01-06 08:21:10 +03:00

fully qualify identifiers

This commit is contained in:
David Mott
2019-04-29 02:07:56 -05:00
parent a7f8b5410b
commit 53afd89bb1
2 changed files with 90 additions and 90 deletions

View File

@@ -712,7 +712,7 @@ protected:
static const static_any::any& strTypeId;
// For UDAF along with with multiple distinct columns
vector<SP_ROWAGG_FUNC_t>* fOrigFunctionCols;
std::vector<SP_ROWAGG_FUNC_t>* fOrigFunctionCols;
};
//------------------------------------------------------------------------------