You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-08 14:22:09 +03:00
Fix build
This commit is contained in:
@@ -310,7 +310,7 @@ void WEClients::Setup()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
bool WEClients::isConectionReadonly(uint32_t connection)
|
bool WEClients::isConnectionReadonly(uint32_t connection)
|
||||||
{
|
{
|
||||||
return fPmConnections[connection] == nullptr;
|
return fPmConnections[connection] == nullptr;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user