~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

Reverted my change to interval_list

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# test variables big
 
3
#
 
4
 
 
5
#
 
6
# Bug #27322    failure to allocate transaction_prealloc_size causes crash
 
7
#
 
8
 
 
9
set session transaction_prealloc_size=1024*1024*1024*1;
 
10
show processlist;
 
11
set session transaction_prealloc_size=1024*1024*1024*2;
 
12
show processlist;
 
13
set session transaction_prealloc_size=1024*1024*1024*3;
 
14
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;