~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2009-02-11 02:40:38 UTC
  • mfrom: (873.1.1 temporal-new)
  • Revision ID: brian@tangent.org-20090211024038-nor7dnb3zgnejq25
Merge Jay.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# test variables big
 
3
#
 
4
 
 
5
--source include/big_test.inc
 
6
 
 
7
#
 
8
# Bug #27322    failure to allocate transaction_prealloc_size causes crash
 
9
#
 
10
 
 
11
set session transaction_prealloc_size=1024*1024*1024*1;
 
12
show processlist;
 
13
set session transaction_prealloc_size=1024*1024*1024*2;
 
14
show processlist;
 
15
set session transaction_prealloc_size=1024*1024*1024*3;
 
16
show processlist;
 
17
set session transaction_prealloc_size=1024*1024*1024*4;
 
18
show processlist;
 
19
set session transaction_prealloc_size=1024*1024*1024*5;
 
20
show processlist;