~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2008-07-01 20:52:03 UTC
  • mfrom: (28.1.23 libtool-patch)
  • Revision ID: brian@tangent.org-20080701205203-3jm6ga57uzxy8k4t
Merge of taylor's work

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