1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

Compilation error fixes for the recent updates in container images

This commit is contained in:
Roman Nozdrin
2022-10-13 09:47:58 +00:00
committed by Leonid Fedorov
parent e7fb790515
commit 878a8ab857
2 changed files with 4 additions and 4 deletions

View File

@ -45,9 +45,9 @@
namespace rwlock
{
const std::array<const std::string, 7> RWLockNames = {
const std::array<const std::string, 7> RWLockNames = {{
"all", "VSS", "ExtentMap", "FreeList", "VBBM", "CopyLocks", "ExtentMapIndex",
};
}};
/// the layout of the shmseg
struct State