You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-27 21:01:50 +03:00
No boost condition (#2822)
This patch replaces boost primitives with stdlib counterparts.
This commit is contained in:
@ -3713,7 +3713,7 @@ bool DBRM::isDBRMReady() throw()
|
||||
TRACER_WRITENOW("isDBRMReady");
|
||||
|
||||
#endif
|
||||
boost::mutex::scoped_lock scoped(mutex);
|
||||
std::unique_lock scoped(mutex);
|
||||
|
||||
try
|
||||
{
|
||||
|
Reference in New Issue
Block a user