~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/innodb-semi-consistent.test

  • Committer: Patrick Crews
  • Date: 2010-08-24 16:57:49 UTC
  • mto: (1730.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 1731.
  • Revision ID: gleebix@gmail.com-20100824165749-1d7kgxda1od4am3d
Pared down test run-times by dropping innodb_lock_wait_timeout to 2 sec vs. 50 sec for these test cases.  Significant improvement in runtimes seen.  May have to adjust value once it is in proper build environment

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
disconnect b;
49
49
 
50
50
 
51
 
SET innodb_lock_wait_timeout=@orig_lock_wait_timeout ;
 
51
SET GLOBAL innodb_lock_wait_timeout=@orig_lock_wait_timeout ;
52
52