~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-04 20:03:41 UTC
  • mfrom: (1101.1.34 merge)
  • Revision ID: brian@gaz-20090804200341-r62z429wry1x538y
Merge of Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
#
8
8
 
9
9
set session transaction_prealloc_size=1024*1024*1024*1;
 
10
--replace_column 1 #
10
11
show processlist;
11
12
set session transaction_prealloc_size=1024*1024*1024*2;
 
13
--replace_column 1 #
12
14
show processlist;
13
15
set session transaction_prealloc_size=1024*1024*1024*3;
 
16
--replace_column 1 #
14
17
show processlist;
15
18
 
16
19
# Drizzle bug #377826