~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2010-04-05 23:46:43 UTC
  • Revision ID: brian@gaz-20100405234643-0he3xnj902rc70r8
Fixing tests to work with PBXT.

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;