~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/heap_var.test

  • Committer: Stewart Smith
  • Date: 2009-03-11 06:37:19 UTC
  • mto: (910.4.19 sparc) (937.2.1 sparc)
  • mto: This revision was merged to the branch mainline in revision 931.
  • Revision ID: stewart@flamingspork.com-20090311063719-v9iqjd00ts6260vv
batch up more INSERTs into transactions to help tests run quicker.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
let $1=10001;
53
53
 
54
54
disable_query_log;
55
 
 
 
55
begin;
56
56
while ($1) 
57
57
{
58
58
 
61
61
  dec $1;
62
62
 
63
63
}
 
64
commit;
64
65
enable_query_log;
65
66
 
66
67
select count(*) from t1;