You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-12-24 14:20:59 +03:00
compilation failure
error: reference to 'mutex' is ambiguous note: candidates are: 'class boost::mutex' note: 'class std::mutex'
This commit is contained in:
@@ -214,7 +214,7 @@ void ClientRotator::write(const ByteStream& msg)
|
||||
|
||||
ByteStream ClientRotator::read()
|
||||
{
|
||||
mutex::scoped_lock lk(fClientLock);
|
||||
boost::mutex::scoped_lock lk(fClientLock);
|
||||
|
||||
ByteStream bs;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user