1[atrt]
2basedir = CHOOSE_dir
3baseport = 14000
4clusters = .2node
5mt = 1
6
7[ndb_mgmd]
8
9[mysqld]
10innodb
11skip-bdb
12
13[cluster_config.2node]
14ndb_mgmd = CHOOSE_host1
15ndbd = CHOOSE_host2,CHOOSE_host3
16ndbapi= CHOOSE_host1,CHOOSE_host1,CHOOSE_host1
17
18NoOfReplicas = 2
19IndexMemory = 100M
20DataMemory = 300M
21BackupMemory = 64M
22MaxNoOfConcurrentScans = 100
23MaxNoOfSavedMessages= 5
24SendBufferMemory = 2M
25NoOfFragmentLogFiles = 4
26FragmentLogFileSize = 64M
27CompressedLCP=1
28CompressedBackup=1
29ODirect=1
30
31SharedGlobalMemory=256M
32InitialLogfileGroup=undo_buffer_size=64M;undofile01.dat:256M;undofile02.dat:128M
33InitialTablespace=datafile01.dat:128M;datafile02.dat:64M
34TwoPassInitialNodeRestartCopy=1
35
36[cluster_config.ndbd.1.2node]
37TwoPassInitialNodeRestartCopy=1
38