You've already forked mariadb-columnstore-engine
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:
committed by
Leonid Fedorov
parent
e7fb790515
commit
878a8ab857
@ -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
|
||||
|
Reference in New Issue
Block a user