Comment 1 for bug 905334

Revision history for this message
Kristian Nielsen (knielsen) wrote : Re: Intermittent innodb_bug56680 crash on 32 bit platforms

 I am able to repeat the problem locally (Debian testing x86_64), by running
 the test in a loop until it fails:

    (cd mysql-test ; for i in `seq 1000`; do echo XXX $i XXX; ./mtr --parallel=2 innodb.innodb_bug56680 || exit 1 ; done)