用于EagleEye3.0 规则集漏报和误报测试的示例项目,项目收集于github和gitee
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

!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