File: ndb_big_addnode.cnf

package info (click to toggle)
mysql-8.0 8.0.43-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,273,924 kB
  • sloc: cpp: 4,684,605; ansic: 412,450; pascal: 108,398; java: 83,641; perl: 30,221; cs: 27,067; sql: 26,594; sh: 24,181; python: 21,816; yacc: 17,169; php: 11,522; xml: 7,388; javascript: 7,076; makefile: 2,194; lex: 1,075; awk: 670; asm: 520; objc: 183; ruby: 97; lisp: 86
file content (74 lines) | stat: -rw-r--r-- 1,738 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
!include include/default_mysqld.cnf
!include include/default_ndbd.cnf
!include my.cnf

[cluster_config.1]
NoOfReplicas=                  2
DataMemory=                    100M
#NoOfFragmentLogFiles=          4
NoOfFragmentLogFiles=          16
#FragmentLogFileSize=           80M
FragmentLogFileSize=           100M
#RedoBuffer=                    100M
RedoBuffer=                    200M
#TransactionDeadlockDetectionTimeout= 7500
ndbd=,,,
ndb_mgmd=
mysqld=,
ndbapi=,,,,,,,,,,,

[mysqld]
# Make all mysqlds use cluster
#ndbcluster
#ndb-wait-connected=20
#ndb-wait-setup=600
ndb-cluster-connection-pool=2
#ndb-extra-logging=99

#connect_timeout=60
#delayed_insert_timeout =1300
#interactive_timeout    =28800
#net_read_timeout       =1130
net_write_timeout      =1160
#replica_net_timeout      =1120
#Table_lock_wait_timeout=1150
#wait_timeout =  28800

[cluster_config.mysqld.2.1]
NodeId=16
Dedicated=1

[cluster_config.ndbapi.1.1]
NodeId=32
Dedicated=1

[cluster_config.ndbapi.2.1]
NodeId=48
Dedicated=1

[mysqld.1.1]
skip-ndb-nodeid
ndb-cluster-connection-pool-nodeids=49,32

[mysqld.2.1]
ndb-cluster-connection-pool-nodeids=16,48

[cluster_config.ndbd.3.1]
Nodegroup=65536

[cluster_config.ndbd.4.1]
Nodegroup=65536

[ENV]
NDB_CONNECTSTRING=             @mysql_cluster.1.ndb_connectstring
MASTER_MYPORT=                 @mysqld.1.1.port
MASTER_MYPORT1=                @mysqld.2.1.port

NDB_BACKUP_DIR=                @cluster_config.ndbd.1.1.BackupDataDir

# Test will pass some table names that includes $ to command line interpreter.
# $ is expanded in bourne shell, but not expanded in Windows command line.
# The environment variable below makes sure that xxx$BLOB is passed as xxx$BLOB
# in either case.
BLOB=$BLOB
unique=$unique