mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 19:11:46 +01:00
4baaca9560
mysql-test/mysql-test-run.sh: Change to diskless mysql-test/ndb/ndb_config_2_node.ini: Change to diskless mysql-test/ndb/ndbcluster.sh: Change to diskless ndb/src/common/mgmcommon/ConfigInfo.cpp: Making Discless deprecated, so it still can be used but a warning will be printed if used. Adde possibilty to transform a value of type ConfigInfo::BOOL, neede for depicated Discless
36 lines
523 B
INI
36 lines
523 B
INI
[DB DEFAULT]
|
|
NoOfReplicas: 2
|
|
MaxNoOfConcurrentOperations: CHOOSE_MaxNoOfConcurrentOperations
|
|
DataMemory: CHOOSE_DataMemory
|
|
IndexMemory: CHOOSE_IndexMemory
|
|
Diskless: CHOOSE_Diskless
|
|
|
|
[COMPUTER]
|
|
Id: 1
|
|
HostName: CHOOSE_HOSTNAME_1
|
|
|
|
[COMPUTER]
|
|
Id: 2
|
|
HostName: CHOOSE_HOSTNAME_2
|
|
|
|
[DB]
|
|
ExecuteOnComputer: 1
|
|
FileSystemPath: CHOOSE_FILESYSTEM_NODE_1
|
|
|
|
[DB]
|
|
ExecuteOnComputer: 2
|
|
FileSystemPath: CHOOSE_FILESYSTEM_NODE_2
|
|
|
|
[MGM]
|
|
PortNumber: CHOOSE_PORT_MGM
|
|
|
|
[API]
|
|
|
|
[API]
|
|
|
|
[API]
|
|
|
|
[API]
|
|
|
|
[TCP DEFAULT]
|
|
PortNumber: CHOOSE_PORT_TRANSPORTER
|