You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-10-31 18:30:33 +03:00
feat(MCOL-6082) Cluster with read-only nodes should correctly work with DML
This patch changes logic from counting all nodes to counting only read-write nodes when messaging about DML operations. feat(MCOL-6082): Multiple readers of dbroots using OamCache logic This patch introduces centralized logic of selecting what dbroot is accessible in PrimProc on what node. The logic is in OamCache for time being and can be moved later. Fix build
This commit is contained in:
committed by
Leonid Fedorov
parent
1616b32101
commit
a9f23729a9
@@ -26,6 +26,7 @@
|
||||
#include "dbrm.h"
|
||||
#include "liboamcpp.h"
|
||||
#include "writeengine.h"
|
||||
#include "oamcache.h"
|
||||
|
||||
#define EXPORT
|
||||
|
||||
@@ -50,7 +51,7 @@ class WE_DDLCommandClient
|
||||
private:
|
||||
BRM::DBRM fDbrm;
|
||||
WEClients* fWEClient;
|
||||
oam::Oam fOam;
|
||||
oam::OamCache* fOamCache;
|
||||
};
|
||||
|
||||
} // namespace WriteEngine
|
||||
|
||||
Reference in New Issue
Block a user