~drizzle-trunk/drizzle/development

2207.5.1 by patrick crews
Did what was needed to run our trx log / slave tests. We now communicate additional information via environment variables that the randgen can use to communicate with the proper server(s). Modified the randgen as well
1
[test_info]
2
comment = single threaded test
3
4
[test_command]
2207.5.2 by patrick crews
Modified slave_plugin config files to use the randgen DrizzleSlavePlugin reporter
5
command = ./gentest.pl --gendata=conf/drizzle/translog_drizzle.zz --grammar=conf/drizzle/translog_concurrent1.yy --Reporter=DrizzleSlavePlugin  --queries=50 --threads=3 --seed=time
2207.5.1 by patrick crews
Did what was needed to run our trx log / slave tests. We now communicate additional information via environment variables that the randgen can use to communicate with the proper server(s). Modified the randgen as well
6
7
[test_servers]
8
servers = [[--innodb.replication-log=true],[--plugin-add=slave --slave.config-file=$MASTER_SERVER_SLAVE_CONFIG]]