File tree Expand file tree Collapse file tree 2 files changed +45
-2
lines changed
storage/ndb/test/run-test Expand file tree Collapse file tree 2 files changed +45
-2
lines changed Original file line number Diff line number Diff line change 1- # Copyright (c) 2018, 2019 , Oracle and/or its affiliates. All rights reserved.
1+ # Copyright (c) 2018, 2022 , Oracle and/or its affiliates. All rights reserved.
22#
33# This program is free software; you can redistribute it and/or modify
44# it under the terms of the GNU General Public License as published by
@@ -19,6 +19,9 @@ fix-nodeid = 1
1919mt = 2
2020mysqld = CHOOSE_host1
2121
22+ [atrt.2ndbd2mgm]
23+ mt = 0
24+
2225[ndb_mgmd]
2326
2427[mysqld]
@@ -116,6 +119,24 @@ InitialLogfileGroup=undo_buffer_size=64M;undofile01.dat:512M;undofile02.dat:512M
116119InitialTablespace =datafile01.dat:256M; datafile02.dat:256M
117120TimeBetweenWatchDogCheckInitial =60000
118121
122+ #
123+ # .2ndbd2mgm
124+ #
125+
126+ [cluster_config.2ndbd2mgm]
127+ ndb_mgmd = CHOOSE_host1,CHOOSE_host6
128+ ndbd = CHOOSE_host2,CHOOSE_host3
129+ ndbapi = CHOOSE_host1,CHOOSE_host4,CHOOSE_host5
130+
131+ NoOfReplicas = 2
132+ IndexMemory = 50M
133+ DataMemory = 100M
134+ BackupMemory = 64M
135+ MaxNoOfConcurrentScans = 100
136+ MaxNoOfSavedMessages = 5
137+ NoOfFragmentLogFiles = 4
138+ FragmentLogFileSize = 64M
139+
119140#
120141# .2node2mgm
121142#
Original file line number Diff line number Diff line change 1- # Copyright (c) 2015, 2019 , Oracle and/or its affiliates. All rights reserved.
1+ # Copyright (c) 2015, 2022 , Oracle and/or its affiliates. All rights reserved.
22#
33# This program is free software; you can redistribute it and/or modify
44# it under the terms of the GNU General Public License as published by
@@ -19,6 +19,9 @@ fix-nodeid = 1
1919mt = 2
2020mysqld = CHOOSE_host1
2121
22+ [atrt.2ndbd2mgm]
23+ mt = 0
24+
2225[ndb_mgmd]
2326
2427[mysqld]
@@ -118,6 +121,25 @@ InitialLogfileGroup=undo_buffer_size=64M;undofile01.dat:512M;undofile02.dat:512M
118121InitialTablespace =datafile01.dat:256M; datafile02.dat:256M
119122TimeBetweenWatchDogCheckInitial =60000
120123
124+ #
125+ # .2ndbd2mgm
126+ #
127+
128+ [cluster_config.2ndbd2mgm]
129+ ndb_mgmd = CHOOSE_host1,CHOOSE_host6
130+ ndbd = CHOOSE_host2,CHOOSE_host3
131+ ndbapi = CHOOSE_host1,CHOOSE_host4,CHOOSE_host5
132+
133+ NoOfReplicas = 2
134+ IndexMemory = 50M
135+ DataMemory = 100M
136+ BackupMemory = 64M
137+ MaxNoOfConcurrentScans = 100
138+ MaxNoOfSavedMessages = 5
139+ NoOfFragmentLogFiles = 4
140+ FragmentLogFileSize = 64M
141+ Checksum =1
142+
121143#
122144# .2node2mgm
123145#
You can’t perform that action at this time.
0 commit comments