1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-06-12 05:01:56 +03:00

Refactored MDB relation names decoding in DDL code.

SH now takes all or nothing thus we need to change if conditions that rules our GBH.

Small warning fixes for GCC8.2

Disabled GBH.
This commit is contained in:
Roman Nozdrin
2019-12-12 21:46:21 -06:00
parent 914fa570fa
commit 7acfddddb7
5 changed files with 63 additions and 129 deletions

View File

@ -68,7 +68,7 @@ SocketPool::SocketPool()
SocketPool::~SocketPool()
{
boost::mutex::scoped_lock(mutex);
boost::mutex::scoped_lock lock(mutex);
for (uint i = 0; i < allSockets.size(); i++)
::close(allSockets[i]);