mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
WL1371 - Cleanup configuration handling
WL1356 - Discless db node WL1357 - sp 1-2
This commit is contained in:
@ -58,6 +58,10 @@ public:
|
||||
|
||||
void print() const { props->print(); }
|
||||
|
||||
static Uint32 configureTransporters(Uint32 nodeId,
|
||||
const class ndb_mgm_configuration &,
|
||||
class TransporterRegistry &);
|
||||
|
||||
private:
|
||||
NodeId the_ownId;
|
||||
Properties * props;
|
||||
|
Reference in New Issue
Block a user