~stewart/percona-playback/cassert-header

« back to all changes in this revision

Viewing changes to perf/inc/transaction.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
prefix_base=$db_name.$engine.4.$sb_max_time.$sb_table_size
 
11
my_admin_log=$topdir/../$prefix.monitor.log
 
12
slow_query_log_file=$topdir/../$prefix_base.log
 
13
sb_output=$topdir/../$prefix.out
 
14
dump_file=$topdir/../$prefix_base.sql
 
15
PB_RESULT=$topdir/../$prefix_base.transaction.$sb_num_threads.playback_result
 
16
PB_BIN="../bin/ppb.release --split_by_transaction --worker_count=$sb_num_threads"
 
17
. inc/sysbench.sh