~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/suite/big/t/variables-big.test

  • Committer: Lee Bieber
  • Date: 2009-05-21 16:30:47 UTC
  • mto: (1054.2.6 mordred)
  • mto: This revision was merged to the branch mainline in revision 1056.
  • Revision ID: lbieber@dhcp-umpk18-110-227.sfbay.sun.com-20090521163047-mfzdad45fwz1nrzr
comment out failing tests for now, bugs have been filed

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
show processlist;
13
13
set session transaction_prealloc_size=1024*1024*1024*3;
14
14
show processlist;
15
 
set session transaction_prealloc_size=1024*1024*1024*4;
16
 
show processlist;
17
 
set session transaction_prealloc_size=1024*1024*1024*5;
18
 
show processlist;
 
15
 
 
16
# Drizzle bug #377826
 
17
# please uncomment after the bug is fixed
 
18
#set session transaction_prealloc_size=1024*1024*1024*4;
 
19
#show processlist;
 
20
#set session transaction_prealloc_size=1024*1024*1024*5;
 
21
#show processlist;