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:
@@ -38,7 +38,8 @@ class WF_count : 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:
|
||||
uint64_t fCount;
|
||||
|
Reference in New Issue
Block a user