mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
a4b3048299
bug#4761 - more validation of hosts bug#4511 - only non depricated should be saved in config - fix ConfigInfo::BOOL w.r.t deprication mysql-test/ndb/ndb_config_2_node.ini: Removed need of unique filesystem mysql-test/ndb/ndbcluster.sh: Removed need of unique filesystem Add "" around variables for increased portability ndb/src/common/mgmcommon/ConfigInfo.cpp: Added checking of hostnames already in InitConfigFileParser ndb/src/common/mgmcommon/ConfigRetriever.cpp: Add checking of hostnames when retreiving configuration ndb/src/kernel/blocks/ndbfs/AsyncFile.cpp: Added ndb_%u to filesystempath ndb/src/kernel/blocks/ndbfs/AsyncFile.hpp: Added ndb_%u to filesystempath ndb/src/kernel/blocks/ndbfs/Filename.cpp: Added ndb_%u to filesystempath ndb/src/kernel/blocks/ndbfs/Filename.hpp: Added ndb_%u to filesystempath ndb/src/kernel/blocks/ndbfs/Ndbfs.cpp: Added ndb_%u to filesystempath
36 lines
507 B
INI
36 lines
507 B
INI
[DB DEFAULT]
|
|
NoOfReplicas: 2
|
|
MaxNoOfConcurrentOperations: CHOOSE_MaxNoOfConcurrentOperations
|
|
DataMemory: CHOOSE_DataMemory
|
|
IndexMemory: CHOOSE_IndexMemory
|
|
Diskless: CHOOSE_Diskless
|
|
TimeBetweenWatchDogCheck: 30000
|
|
FileSystemPath: CHOOSE_FILESYSTEM
|
|
|
|
[COMPUTER]
|
|
Id: 1
|
|
HostName: CHOOSE_HOSTNAME_1
|
|
|
|
[COMPUTER]
|
|
Id: 2
|
|
HostName: CHOOSE_HOSTNAME_2
|
|
|
|
[DB]
|
|
ExecuteOnComputer: 1
|
|
|
|
[DB]
|
|
ExecuteOnComputer: 2
|
|
|
|
[MGM]
|
|
PortNumber: CHOOSE_PORT_MGM
|
|
|
|
[API]
|
|
|
|
[API]
|
|
|
|
[API]
|
|
|
|
[API]
|
|
|
|
[TCP DEFAULT]
|
|
PortNumber: CHOOSE_PORT_TRANSPORTER
|