~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-11-24 02:06:37 UTC
  • mfrom: (1223.1.7 push)
  • Revision ID: brian@gaz-20091124020637-9gb65vj98x1arydm
Merge for staging.

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
--replace_column 1 #
 
23
show processlist;
 
24
set session transaction_prealloc_size=1024*1024*1024*5;
 
25
--replace_column 1 #
 
26
show processlist;