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
compilation failure
error: reference to 'mutex' is ambiguous note: candidates are: 'class boost::mutex' note: 'class std::mutex'
This commit is contained in:
@ -1691,7 +1691,7 @@ int BRMWrapper::writeVB(IDBDataFile* pSourceFile, const VER_t transID, const OID
|
||||
fileInfo.fSegment = 0;
|
||||
// fileInfo.fDbRoot = (freeList[0].vbOID % rootCnt) + 1;
|
||||
fileInfo.fDbRoot = dbRoot;
|
||||
mutex::scoped_lock lk(vbFileLock);
|
||||
boost::mutex::scoped_lock lk(vbFileLock);
|
||||
pTargetFile = openFile(fileInfo, "r+b", true);
|
||||
|
||||
if (pTargetFile == NULL)
|
||||
|
Reference in New Issue
Block a user