mirror of
https://github.com/MariaDB/server.git
synced 2025-01-24 07:44:22 +01:00
26f6d3f6fc
add --tag remove prepended mysql- add conf-test.cnf add embryo upgrade-boot.sh storage/ndb/test/run-test/Makefile.am: add test test conf storage/ndb/test/run-test/autotest-boot.sh: add --tag to autotest remove "extra" appended mysql- to all scripts storage/ndb/test/run-test/autotest-run.sh: remove extra "mysql-" storage/ndb/test/run-test/conf-test.cnf: New BitKeeper file ``storage/ndb/test/run-test/conf-test.cnf'' storage/ndb/test/run-test/upgrade-boot.sh: New BitKeeper file ``storage/ndb/test/run-test/upgrade-boot.sh''
26 lines
438 B
INI
26 lines
438 B
INI
[atrt]
|
|
basedir = CHOOSE_dir
|
|
baseport = 14000
|
|
clusters = .2node
|
|
|
|
[ndb_mgmd]
|
|
|
|
[mysqld]
|
|
skip-innodb
|
|
skip-bdb
|
|
|
|
[cluster_config.2node]
|
|
ndb_mgmd = CHOOSE_host1
|
|
ndbd = CHOOSE_host2,CHOOSE_host3
|
|
ndbapi= CHOOSE_host1,CHOOSE_host1,CHOOSE_host1
|
|
|
|
NoOfReplicas = 2
|
|
IndexMemory = 25M
|
|
DataMemory = 100M
|
|
BackupMemory = 64M
|
|
MaxNoOfConcurrentScans = 100
|
|
MaxNoOfSavedMessages= 1000
|
|
SendBufferMemory = 2M
|
|
NoOfFragmentLogFiles = 4
|
|
FragmentLogFileSize = 64M
|
|
|