Comment 9 for bug 605798

Revision history for this message
Philip Stoev (pstoev-askmonty) wrote :

This command line reproduces the bug with certainty . It uses --mem and --mysqld=--maria-checkpoint-interval=0

 perl runall.pl --queries=1M --engine=Maria --mysqld=--log-output=file --reporters=ErrorLog,Backtrace,Recovery,Shutdown --duration=240 --threads=20 --rows=10 --mask-level=1 --mysqld=--loose-maria-group-commit=hard --mysqld=--loose-maria_group_commit_interval=10 --mysqld=--maria-checkpoint-interval=0 --mysqld=--maria-block-size=16K --grammar=conf/engines/many_indexes.yy --gendata=conf/engines/many_indexes.zz --mask=53801 --queries=100000000 --seed=1283009930 --basedir=/home/philips/bzr/maria-5.1 --duration=60 --mysqld=--skip-innodb --mem

Please use the following .ZZ file

$tables = {
        rows => [10]
};

$fields = {
        types => [ 'varchar(255)', 'char(255)' , 'enum', 'set', 'longtext' ],
        indexes => [ undef, 'key' ],
        charsets => [ 'UTF8', 'UCS2' ]
};

$data = {
        strings => [ 'letter', 'english', undef ],
        blobs => [ 'letter', 'english' ]
}