Percona-Lab/sysbench-tpcc

trx_level issue

yanivg10 opened this issue · 0 comments

When I run either 'prepare' or 'run' with the trx_level setting, I am getting the following message 'Unrecognized command line argument:  --trx_level=RC'. I am running it on Postgres.

For example:
./tpcc.lua --pgsql-user=postgres --pgsql-db=sbtest --time=36000 --threads=56 --report-interval=1 --tables=10 --scale=100 --use_fk=0  --trx_level=RC --pgsql-password=oracle --db-driver=pgsql run

The script would run only if --trx_level is removed.