~ubuntu-branches/ubuntu/trusty/mysql-5.6/trusty

« back to all changes in this revision

Viewing changes to mysql-test/suite/ndb_rpl/t/ndb_rpl_break_3_chain.cnf

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-02-12 11:54:27 UTC
  • Revision ID: package-import@ubuntu.com-20140212115427-oq6tfsqxl1wuwehi
Tags: upstream-5.6.15
ImportĀ upstreamĀ versionĀ 5.6.15

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
!include include/default_mysqld.cnf
 
2
!include include/default_ndbd.cnf
 
3
 
 
4
[cluster_config.cluster1]
 
5
NoOfReplicas=                  1
 
6
ndbd=
 
7
ndb_mgmd=
 
8
mysqld=,
 
9
ndbapi=,,,,,,,,,
 
10
 
 
11
[cluster_config.cluster2]
 
12
NoOfReplicas=                  1
 
13
ndbd=
 
14
ndb_mgmd=
 
15
mysqld=
 
16
ndbapi=,,,,
 
17
 
 
18
[cluster_config.cluster3]
 
19
NoOfReplicas=                  1
 
20
ndbd=
 
21
ndb_mgmd=
 
22
mysqld=
 
23
ndbapi=,,,,
 
24
 
 
25
[mysqld]
 
26
# Make all mysqlds use cluster
 
27
ndbcluster
 
28
ndb-wait-connected=20
 
29
ndb-wait-setup=60
 
30
ndb-cluster-connection-pool=3
 
31
slave-allow-batching
 
32
ndb-log-orig
 
33
# Turn on bin logging
 
34
log-bin=                       cluster1-bin
 
35
# for performance reasons
 
36
ndb-table-temporary=1
 
37
ndb-extra-logging=99
 
38
binlog-format=row
 
39
ndb-index-stat-enable=0
 
40
 
 
41
[mysqld.1.cluster1]
 
42
 
 
43
 
 
44
[mysqld.1.cluster2]
 
45
log-bin=                      cluster2-bin
 
46
relay-log=                    cluster2-relay-bin
 
47
 
 
48
log-slave-updates
 
49
ndb-log-apply-status
 
50
 
 
51
loose-skip-innodb
 
52
default-storage-engine=myisam
 
53
 
 
54
# Directory where slaves find the dumps generated by "load data"
 
55
# on the server. The path need to have constant length otherwise
 
56
# test results will vary, thus a relative path is used.
 
57
slave-load-tmpdir=            ../../../tmp
 
58
 
 
59
[mysqld.1.cluster3]
 
60
log-bin=                      cluster3-bin
 
61
relay-log=                    cluster3-relay-bin
 
62
 
 
63
log-slave-updates
 
64
ndb-log-apply-status
 
65
 
 
66
loose-skip-innodb
 
67
default-storage-engine=myisam
 
68
 
 
69
# Directory where slaves find the dumps generated by "load data"
 
70
# on the server. The path need to have constant length otherwise
 
71
# test results will vary, thus a relative path is used.
 
72
slave-load-tmpdir=            ../../../tmp
 
73
 
 
74
[ENV]
 
75
SERVER_MYPORT_1=              @mysqld.1.cluster1.port
 
76
SERVER_MYPORT_2=              @mysqld.1.cluster2.port
 
77
SERVER_MYPORT_3=              @mysqld.1.cluster3.port