~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

Merge Monty

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
 
--replace_column 1 # 2 # 3 # 6 # 7 #
11
 
show processlist;
12
 
set session transaction_prealloc_size=1024*1024*1024*2;
13
 
--replace_column 1 # 2 # 3 # 6 # 7 #
14
 
show processlist;
15
 
set session transaction_prealloc_size=1024*1024*1024*3;
16
 
--replace_column 1 # 2 # 3 # 6 # 7 #
17
 
show processlist;
18
 
 
19
 
# Drizzle bug #377826
20
 
# please uncomment after the bug is fixed
21
 
set session transaction_prealloc_size=1024*1024*1024*4;
22
 
--replace_column 1 # 2 # 3 # 6 # 7 #
23
 
show processlist;
24
 
set session transaction_prealloc_size=1024*1024*1024*5;
25
 
--replace_column 1 # 2 # 3 # 6 # 7 #
26
 
show processlist;