~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: 2009-08-17 06:21:44 UTC
  • mto: This revision was merged to the branch mainline in revision 1118.
  • Revision ID: brian@gaz-20090817062144-8lxn1sg93pd8nhev
Remove PACK_KEYS

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 #
 
11
show processlist;
 
12
set session transaction_prealloc_size=1024*1024*1024*2;
 
13
--replace_column 1 #
 
14
show processlist;
 
15
set session transaction_prealloc_size=1024*1024*1024*3;
 
16
--replace_column 1 #
 
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
#show processlist;
 
23
#set session transaction_prealloc_size=1024*1024*1024*5;
 
24
#show processlist;