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:
@@ -37,7 +37,8 @@ class WF_row_number : 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 fRowNumber;
|
||||
|
Reference in New Issue
Block a user