~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to pb2gentest.pl

pb2gentest: Add --loose- to --table-lock-wait-timeout option, removed in MySQL 5.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
533
533
                --mysqld=--default-storage-engine=Innodb
534
534
                --mysqld=--transaction-isolation=SERIALIZABLE
535
535
                --mysqld=--innodb-flush-log-at-trx-commit=2
536
 
                --mysqld=--table-lock-wait-timeout=1
 
536
                --mysqld=--loose-table-lock-wait-timeout=1
537
537
                --mysqld=--innodb-lock-wait-timeout=1
538
538
                --mysqld=--log-output=file
539
539
                --queries=1M
754
754
        }
755
755
}
756
756
        
757
 
$command = "perl runall.pl --mysqld=--loose-innodb-lock-wait-timeout=5 --mysqld=--table-lock-wait-timeout=5 --mysqld=--loose-skip-safemalloc ".$command;
 
757
$command = "perl runall.pl --mysqld=--loose-innodb-lock-wait-timeout=5 --mysqld=--loose-table-lock-wait-timeout=5 --mysqld=--loose-skip-safemalloc ".$command;
758
758
 
759
759
# Add env variable to specify unique port range to use to avoid conflicts.
760
760
# Trying not to do this unless actually needed.