~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to pb2gentest.pl

pb2gentest: Add configuration for innodb_repeatable_read test (based on existing falcon equivalent).

Show diffs side-by-side

added added

removed removed

Lines of Context:
432
432
#
433
433
# END OF FALCON-ONLY TESTS
434
434
#
 
435
} elsif ($test =~ m{innodb_repeatable_read}io ) {
 
436
        # Transactional test. See also falcon_repeatable_read.
 
437
        $command = '
 
438
                --grammar='.$conf.'/repeatable_read.yy
 
439
                --gendata='.$conf.'/transactions.zz
 
440
                --mysqld=--transaction-isolation=REPEATABLE-READ
 
441
                --validator=RepeatableRead
 
442
        ';
435
443
} elsif ($test =~ m{innodb_single-upd}io ) {
436
444
        # Transactional test. See also falcon_backlog.
437
445
        $command = '