1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00
Add support/test for using my.cnf [cluster_config]
This commit is contained in:
jonas@perch.ndb.mysql.com
2005-09-30 12:19:15 +02:00
parent 1e6f19074e
commit 6cff2db932
5 changed files with 43 additions and 6 deletions

View File

@@ -0,0 +1,15 @@
[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