mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
dbc7214520
Add support/test for using my.cnf [cluster_config] mysql-test/r/ndb_config.result: Add support for ndb_config to read my.cnf mysql-test/t/ndb_config.test: Add support for ndb_config to read my.cnf ndb/src/mgmsrv/InitConfigFileParser.cpp: merge ndb/tools/ndb_config.cpp: Add support for ndb_config to read my.cnf mysql-test/std_data/ndb_config_mycnf1.cnf: New BitKeeper file ``mysql-test/std_data/ndb_config_mycnf1.cnf''
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
|