~ubuntu-branches/ubuntu/wily/mysql-5.6/wily

« back to all changes in this revision

Viewing changes to mysql-test/t/variables-big.test

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2015-04-16 20:07:10 UTC
  • mto: (1.3.9 vivid-proposed)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: package-import@ubuntu.com-20150416200710-pcrsa022082zj46k
Tags: upstream-5.6.24
ImportĀ upstreamĀ versionĀ 5.6.24

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
--disable_warnings
40
40
SET SESSION transaction_prealloc_size=1024*1024*1024*1;
41
41
--replace_column 1 <Id> 3 <Host> 6 <Time> 7 <State>
 
42
--sorted_result
42
43
SHOW PROCESSLIST;
43
44
SET SESSION transaction_prealloc_size=1024*1024*1024*2;
44
45
--replace_column 1 <Id> 3 <Host> 6 <Time> 7 <State>
 
46
--sorted_result
45
47
SHOW PROCESSLIST;
46
48
SET SESSION transaction_prealloc_size=1024*1024*1024*3;
47
49
--replace_column 1 <Id> 3 <Host> 6 <Time> 7 <State>
 
50
--sorted_result
48
51
SHOW PROCESSLIST;
49
52
SET SESSION transaction_prealloc_size=1024*1024*1024*4;
50
53
--replace_column 1 <Id> 3 <Host> 6 <Time> 7 <State>
 
54
--sorted_result
51
55
SHOW PROCESSLIST;
52
56
SET SESSION transaction_prealloc_size=1024*1024*1024*5;
53
57
--replace_column 1 <Id> 3 <Host> 6 <Time> 7 <State>
 
58
--sorted_result
54
59
SHOW PROCESSLIST;
55
60
--enable_warnings
56
61