~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Monty Taylor
  • Date: 2011-02-13 17:26:39 UTC
  • mfrom: (2157.2.2 give-in-to-pkg-config)
  • mto: This revision was merged to the branch mainline in revision 2166.
  • Revision ID: mordred@inaugust.com-20110213172639-nhy7i72sfhoq13ms
Merged in pkg-config fixes.

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;