You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-07 03:22:57 +03:00
MSan added with fixes for libc++
This commit is contained in:
@@ -42,7 +42,8 @@ class WF_sum_avg : public WindowFunctionType
|
||||
WindowFunctionType* clone() const override;
|
||||
void resetData() override;
|
||||
|
||||
static boost::shared_ptr<WindowFunctionType> makeFunction(int, const string&, int, WindowFunctionColumn*);
|
||||
static boost::shared_ptr<WindowFunctionType> makeFunction(int, const std::string&, int,
|
||||
WindowFunctionColumn*);
|
||||
|
||||
protected:
|
||||
T_IN fVal;
|
||||
|
Reference in New Issue
Block a user