~vlad-lesin/percona-server/mysql-5.0.33-original

« back to all changes in this revision

Viewing changes to support-files/ndb-config-2-node.ini.sh

  • Committer: Vlad Lesin
  • Date: 2012-07-31 09:21:34 UTC
  • Revision ID: vladislav.lesin@percona.com-20120731092134-zfodx022b7992wsi
VirginĀ 5.0.33

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Example Ndbcluster storage engine config file.
 
2
#
 
3
[ndbd default]
 
4
NoOfReplicas= 2
 
5
MaxNoOfConcurrentOperations= 10000
 
6
DataMemory= 80M
 
7
IndexMemory= 24M
 
8
TimeBetweenWatchDogCheck= 30000
 
9
DataDir= /var/lib/mysql-cluster
 
10
MaxNoOfOrderedIndexes= 512
 
11
 
 
12
[ndb_mgmd default]
 
13
DataDir= /var/lib/mysql-cluster
 
14
 
 
15
[ndb_mgmd]
 
16
Id=1
 
17
HostName= localhost
 
18
 
 
19
[ndbd]
 
20
Id= 2
 
21
HostName= localhost
 
22
 
 
23
[ndbd]
 
24
Id= 3
 
25
HostName= localhost
 
26
 
 
27
[mysqld]
 
28
Id= 4
 
29
 
 
30
[mysqld]
 
31
Id= 5
 
32
 
 
33
[mysqld]
 
34
Id= 6
 
35
 
 
36
[mysqld]
 
37
Id= 7
 
38
 
 
39
# choose an unused port number
 
40
# in this configuration 63132, 63133, and 63134
 
41
# will be used
 
42
[tcp default]
 
43
PortNumber= 63132