!include include/default_mysqld.cnf !include include/default_ndbd.cnf [cluster_config] ####### # Default number of partitions depends on number of # LDM threads. So we have to override LDM-count # for this test in order to get a predictable number # of partitions when no partition-spec is part of # the create / alter table stmt. # PartitionsPerNode=1 ThreadConfig=main,rep,recv,ldm={count=1} [cluster_config.1] NoOfReplicas= 2 ndbd=,,, ndb_mgmd= mysqld=, ndbapi=,,,,,,,,,,, [mysqld] # Make all mysqlds use cluster ndbcluster ndb-wait-connected=20 ndb-wait-setup=60 ndb-cluster-connection-pool=3 ndb-extra-logging=99 # Enable load data local functionality local-infile=true [cluster_config.mysqld.1.1] NodeId=6 Dedicated=1 [cluster_config.mysqld.2.1] NodeId=7 Dedicated=1 [cluster_config.ndbapi.1.1] NodeId=8 Dedicated=1 [cluster_config.ndbapi.2.1] NodeId=9 Dedicated=1 [cluster_config.ndbapi.3.1] NodeId=10 Dedicated=1 [cluster_config.ndbapi.4.1] NodeId=11 Dedicated=1 [mysqld.1.1] ndb-cluster-connection-pool-nodeids=6,8,10 [mysqld.2.1] ndb-cluster-connection-pool-nodeids=7,9,11 [cluster_config.ndbd.3.1] Nodegroup=65536 [cluster_config.ndbd.4.1] Nodegroup=65536 [ENV] NDB_CONNECTSTRING= @mysql_cluster.1.ndb_connectstring MASTER_MYPORT= @mysqld.1.1.port MASTER_MYPORT1= @mysqld.2.1.port NDB_BACKUP_DIR= @cluster_config.ndbd.1.1.BackupDataDir