mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
ndb
Add support/test for using my.cnf [cluster_config]
This commit is contained in:
15
mysql-test/std_data/ndb_config_mycnf1.cnf
Normal file
15
mysql-test/std_data/ndb_config_mycnf1.cnf
Normal 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
|
Reference in New Issue
Block a user