1
0
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:
Serguey Zefirov
2025-05-05 22:44:54 +03:00
parent 9f1183c8f6
commit cb51e7fc93

View File

@@ -310,7 +310,7 @@ void WEClients::Setup()
}
}
bool WEClients::isConectionReadonly(uint32_t connection)
bool WEClients::isConnectionReadonly(uint32_t connection)
{
return fPmConnections[connection] == nullptr;
}