~ubuntu-branches/ubuntu/maverick/mysql-5.1/maverick-proposed

« back to all changes in this revision

Viewing changes to mysql-test/r/variables-big.result

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-02-22 14:16:05 UTC
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: package-import@ubuntu.com-20120222141605-nxlu9yzc6attylc2
Tags: upstream-5.1.61
ImportĀ upstreamĀ versionĀ 5.1.61

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
SET SESSION transaction_prealloc_size=1024*1024*1024*1;
2
2
SHOW PROCESSLIST;
3
3
Id      User    Host    db      Command Time    State   Info
4
 
<Id>    root    localhost       test    Query   <Time>  NULL    SHOW PROCESSLIST
 
4
<Id>    root    <Host>  test    Query   <Time>  NULL    SHOW PROCESSLIST
5
5
SET SESSION transaction_prealloc_size=1024*1024*1024*2;
6
6
SHOW PROCESSLIST;
7
7
Id      User    Host    db      Command Time    State   Info
8
 
<Id>    root    localhost       test    Query   <Time>  NULL    SHOW PROCESSLIST
 
8
<Id>    root    <Host>  test    Query   <Time>  NULL    SHOW PROCESSLIST
9
9
SET SESSION transaction_prealloc_size=1024*1024*1024*3;
10
10
SHOW PROCESSLIST;
11
11
Id      User    Host    db      Command Time    State   Info
12
 
<Id>    root    localhost       test    Query   <Time>  NULL    SHOW PROCESSLIST
 
12
<Id>    root    <Host>  test    Query   <Time>  NULL    SHOW PROCESSLIST
13
13
SET SESSION transaction_prealloc_size=1024*1024*1024*4;
14
14
SHOW PROCESSLIST;
15
15
Id      User    Host    db      Command Time    State   Info
16
 
<Id>    root    localhost       test    Query   <Time>  NULL    SHOW PROCESSLIST
 
16
<Id>    root    <Host>  test    Query   <Time>  NULL    SHOW PROCESSLIST
17
17
SET SESSION transaction_prealloc_size=1024*1024*1024*5;
18
18
SHOW PROCESSLIST;
19
19
Id      User    Host    db      Command Time    State   Info
20
 
<Id>    root    localhost       test    Query   <Time>  NULL    SHOW PROCESSLIST
 
20
<Id>    root    <Host>  test    Query   <Time>  NULL    SHOW PROCESSLIST