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
chore(compilation): to resolve unexpected boost warnings
This commit is contained in:
@ -466,7 +466,7 @@ class BRMWrapper : public WEObj
|
||||
//--------------------------------------------------------------------------
|
||||
|
||||
static BRMWrapper* volatile m_instance;
|
||||
static boost::thread_specific_ptr<int> m_ThreadDataPtr;
|
||||
static thread_local int m_brmRc;
|
||||
static boost::mutex m_instanceCreateMutex;
|
||||
|
||||
EXPORT static bool m_useVb;
|
||||
|
Reference in New Issue
Block a user