You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
535 B
26 lines
535 B
!include include/default_mysqld.cnf
|
|
!include include/default_ndbd.cnf
|
|
|
|
#
|
|
# Define small two node cluster with only one mysqld
|
|
# (this allows running tests even without global schema lock)
|
|
#
|
|
[cluster_config.1]
|
|
ndbd=,
|
|
ndb_mgmd=
|
|
mysqld=
|
|
ndbapi=,,
|
|
|
|
[mysqld]
|
|
# Make all mysqlds use ndbcluster
|
|
ndbcluster
|
|
ndb-wait-connected=30
|
|
ndb-wait-setup=120
|
|
ndb-extra-logging=99
|
|
# Set error log verbosity to max, otherwise info messages
|
|
# are filtered away
|
|
log-error-verbosity=3
|
|
|
|
[ENV]
|
|
NDB_CONNECTSTRING= @mysql_cluster.1.ndb_connectstring
|
|
|
|
|