~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: brian
  • Date: 2008-06-25 05:29:13 UTC
  • Revision ID: brian@localhost.localdomain-20080625052913-6upwo0jsrl4lnapl
clean slate

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;