~stewart/percona-playback/cassert-header

« back to all changes in this revision

Viewing changes to perf/inc/connection.sh

  • Committer: Oleg Tsarev
  • Date: 2011-05-04 21:38:59 UTC
  • mfrom: (108.1.18 sbt)
  • Revision ID: oleg.tsarev@percona.com-20110504213859-pw1mgjmuj9gz44vb
merge split_by_transaction

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
. inc/common.sh
 
2
# Setting local variables
 
3
sb_max_time=30
 
4
sb_max_requests=0
 
5
sb_table_size=10000
 
6
sb_action=prepare
 
7
engine="innodb"
 
8
db_name="sbtest"
 
9
prefix=$db_name.$engine.$sb_num_threads.$sb_max_time.$sb_table_size
 
10
my_admin_log=$topdir/$prefix.monitor.log
 
11
slow_query_log_file=$topdir/../$prefix.log
 
12
sb_output=$topdir/../$prefix.out
 
13
dump_file=$topdir/../$prefix.sql
 
14
PB_RESULT=$topdir/../$prefix.connection.playback_result
 
15
PB_BIN="../bin/ppb.release"
 
16
. inc/sysbench.sh