Comment 3 for bug 1189430

Revision history for this message
Raghavendra D Prabhu (raghavendra-prabhu) wrote : Re: Crash during sysbench

a) Sysbench cmdline:

Prepare
sysbench --test=./oltp.lua --db-driver=mysql --mysql-engine-trx=yes --mysql-table-engine=innodb --mysql-socket=/pxc/datadir/pxc.sock --mysql-user=root --mysql-password=test --oltp-table-size=30000 prepare

Run:

sysbench --test=./oltp.lua --db-driver=mysql --mysql-engine-trx=yes --mysql-table-engine=innodb --mysql-socket=/pxc/datadir/pxc.sock --mysql-user=root --mysql-password=test --oltp-table-size=30000 --num-threads=32 --init-rng=on --max-requests=0 --oltp-auto-inc=off --max-time=3000 --max-requests=100000 run

b) I wonder if this is related to https://bugs.launchpad.net/percona-server/+bug/841621 , however, this should have been fixed in 5.5.31 (I am running this on merge of PS 5.5.31).