~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

Merged in latest plugin-slot-reorg.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
# Drizzle bug #377826
20
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;
 
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;