~ubuntu-branches/ubuntu/precise/mysql-5.5/precise-201203300109

« back to all changes in this revision

Viewing changes to storage/ndb/demos/1-node/1-mgm-1/template_config.ini

  • Committer: Package Import Robot
  • Author(s): Clint Byrum
  • Date: 2011-11-08 11:31:13 UTC
  • Revision ID: package-import@ubuntu.com-20111108113113-3ulw01fvi4vn8m25
Tags: upstream-5.5.17
ImportĀ upstreamĀ versionĀ 5.5.17

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
###############################################################################
 
2
#
 
3
#  Initial system configuration file for MySQL Cluster v3.1.0  (Demo 1)
 
4
#
 
5
###############################################################################
 
6
 
 
7
[DB DEFAULT]
 
8
NoOfReplicas: 1
 
9
#LockPagesInMainMemory: Y
 
10
StopOnError: Y
 
11
#MaxNoOfConcurrentOperations: 1024
 
12
#MaxNoOfConcurrentTransactions: 1024
 
13
NoOfIndexPages: 1500
 
14
NoOfDataPages: 5000
 
15
#TimeBetweenLocalCheckpoints: 20
 
16
#TimeBetweenGlobalCheckpoints: 1500
 
17
#NoOfFragmentLogFiles: 8
 
18
BackupMemory: 4M
 
19
BackupDataBufferSize: 2M
 
20
BackupLogBufferSize: 2M
 
21
BackupWriteSize: 32k
 
22
 
 
23
[COMPUTER]
 
24
Id: 1
 
25
ByteOrder: Little
 
26
HostName: localhost
 
27
 
 
28
[MGM]
 
29
Id: 1
 
30
ExecuteOnComputer: 1
 
31
PortNumber: 10000
 
32
PortNumberStats: 10001
 
33
 
 
34
 
 
35
[DB]
 
36
Id: 2
 
37
ExecuteOnComputer: 1
 
38
FileSystemPath: WRITE_PATH_TO_FILESYSTEM_2_HERE
 
39
 
 
40
[API]
 
41
Id: 3
 
42
ExecuteOnComputer: 1
 
43
 
 
44
# Designated MySQL Server API node id
 
45
[API]
 
46
Id: 11
 
47
ExecuteOnComputer: 1
 
48
 
 
49
[TCP DEFAULT]
 
50
SendSignalId: N
 
51
Compression: N
 
52
Checksum: N
 
53
SendBufferSize: 2000
 
54
MaxReceiveSize: 2000
 
55
 
 
56
[TCP]
 
57
NodeId1: 1
 
58
NodeId2: 2
 
59
PortNumber: 10002
 
60
 
 
61
[TCP]
 
62
NodeId1: 2
 
63
NodeId2: 3
 
64
PortNumber: 10003
 
65
 
 
66
# Designated MySQL Server API node connection
 
67
[TCP]
 
68
NodeId1: 2
 
69
NodeId2: 11
 
70
PortNumber: 10011