mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
6cff2db932
Add support/test for using my.cnf [cluster_config]
15 lines
260 B
INI
15 lines
260 B
INI
[cluster_config]
|
|
NoOfReplicas=1
|
|
DataMemory=50M
|
|
|
|
[cluster_config.jonas]
|
|
IndexMemory=50M
|
|
ndbd = localhost,localhost,localhost,localhost
|
|
ndb_mgmd = localhost
|
|
mysqld = localhost
|
|
|
|
[cluster_config.ndbd.1]
|
|
DataMemory=25M
|
|
|
|
[cluster_config.ndbd.2.jonas]
|
|
DataMemory=35M
|