You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-08 14:22:09 +03:00
MSan added with fixes for libc++
This commit is contained in:
@@ -39,7 +39,8 @@ class WF_percentile : public WindowFunctionType
|
||||
void resetData() override;
|
||||
void parseParms(const std::vector<execplan::SRCP>&) 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:
|
||||
double fNve;
|
||||
|
Reference in New Issue
Block a user