~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to simplify-mysqltest_template.cfg

add both types of test to the 'make test' Makefile target

Show diffs side-by-side

added added

removed removed

Lines of Context:
141
141
 
142
142
# Those options make test execution faster
143
143
 
144
 
        'loose-innodb-fast-shutdown'         => 2,
145
 
        'loose-sync-sys'                     => 0,
146
 
        'loose-lock-wait-timeout'            => 1,
 
144
        'table-lock-wait-timeout'            => 1,
147
145
        'loose-rpl_semi_sync_master_timeout' => 10,
148
146
        'log-output'                         => 'none',
149
147
        'innodb_flush_log_at_trx_commit'     => 0,