You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
This reverts commit f916e64927
.
This commit is contained in:
@ -27,8 +27,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <tr1/unordered_map>
|
||||
#include <map>
|
||||
#include <mutex>
|
||||
#include <boost/thread/mutex.hpp>
|
||||
|
||||
#include "rowgroup.h"
|
||||
#include "returnedcolumn.h"
|
||||
@ -96,7 +95,7 @@ class FuncExp
|
||||
|
||||
private:
|
||||
static FuncExp* fInstance;
|
||||
static std::mutex fInstanceMutex;
|
||||
static boost::mutex fInstanceMutex;
|
||||
FuncMap fFuncMap;
|
||||
FuncExp();
|
||||
};
|
||||
|
Reference in New Issue
Block a user