1# Copyright (c) 2007, 2017, Oracle and/or its affiliates. All rights reserved.
2#
3# This program is free software; you can redistribute it and/or modify
4# it under the terms of the GNU General Public License, version 2.0,
5# as published by the Free Software Foundation.
6#
7# This program is also distributed with certain software (including
8# but not limited to OpenSSL) that is licensed under separate terms,
9# as designated in a particular file or component or in included license
10# documentation.  The authors of MySQL hereby grant you an additional
11# permission to link the program and your derivative works with the
12# separately licensed software that they have included with MySQL.
13#
14# This program is distributed in the hope that it will be useful,
15# but WITHOUT ANY WARRANTY; without even the implied warranty of
16# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17# GNU General Public License, version 2.0, for more details.
18#
19# You should have received a copy of the GNU General Public License
20# along with this program; if not, write to the Free Software
21# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA
22
23[atrt]
24basedir = CHOOSE_dir
25baseport = 14000
26clusters = .2node
27mt = 1
28
29[ndb_mgmd]
30
31[mysqld]
32innodb
33skip-bdb
34
35[cluster_config.2node]
36ndb_mgmd = CHOOSE_host1
37ndbd = CHOOSE_host2,CHOOSE_host3
38ndbapi= CHOOSE_host1,CHOOSE_host1,CHOOSE_host1
39
40NoOfReplicas = 2
41DataMemory = 400M
42BackupMemory = 64M
43MaxNoOfConcurrentScans = 100
44MaxNoOfSavedMessages= 5
45SendBufferMemory = 2M
46NoOfFragmentLogFiles = 4
47FragmentLogFileSize = 64M
48CompressedLCP=1
49CompressedBackup=1
50ODirect=1
51
52SharedGlobalMemory=256M
53InitialLogfileGroup=undo_buffer_size=64M;undofile01.dat:256M;undofile02.dat:128M
54InitialTablespace=datafile01.dat:128M;datafile02.dat:64M
55TwoPassInitialNodeRestartCopy=1
56
57[cluster_config.ndbd.1.2node]
58TwoPassInitialNodeRestartCopy=1
59