mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 15:15:34 +02:00
Remove old and usused configuration locking code.
Some new code that does this job is being written against 5.1. This code is largely removed from that work. ndb/include/kernel/GlobalSignalNumbers.h: remove dead (never used) MGM_(UN)LOCK signal numbers ndb/src/mgmsrv/Config.cpp: remove unused generation number code. remove unused Config::change ndb/src/mgmsrv/Config.hpp: remove unused generation number prototypes. ndb/src/mgmsrv/MgmtSrvr.cpp: remove unused getPrimaryNode ndb/src/mgmsrv/MgmtSrvr.hpp: remove prototypes for config lock and commit/rollback. ndb/src/mgmsrv/MgmtSrvrConfig.cpp: remove CONFIG (UN)LOCK signals, lockConf/unlockConf, commit/rollback and changeConfig. never used. ndb/src/mgmsrv/Services.cpp: remove unused configuration locking code ndb/src/mgmsrv/Services.hpp: remove usused configuration locking code
This commit is contained in:
parent
f1cc9494b9
commit
8c963d3967
8 changed files with 0 additions and 458 deletions
|
|
@ -834,14 +834,6 @@ extern const GlobalSignalNumber NO_OF_SIGNAL_NAMES;
|
|||
/* Start Global Replication */
|
||||
#define GSN_GREP_REQ 656
|
||||
|
||||
/**
|
||||
* Management server
|
||||
*/
|
||||
#define GSN_MGM_LOCK_CONFIG_REQ 657
|
||||
#define GSN_MGM_LOCK_CONFIG_REP 658
|
||||
#define GSN_MGM_UNLOCK_CONFIG_REQ 659
|
||||
#define GSN_MGM_UNLOCK_CONFIG_REP 660
|
||||
|
||||
#define GSN_UTIL_CREATE_LOCK_REQ 132
|
||||
#define GSN_UTIL_CREATE_LOCK_REF 133
|
||||
#define GSN_UTIL_CREATE_LOCK_CONF 188
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue