~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/suite/big/r/variables-big.result

  • Committer: Brian Aker
  • Date: 2010-01-02 19:52:22 UTC
  • mfrom: (1259.1.1 fix-big-test)
  • Revision ID: brian@gaz-20100102195222-ohi1vk8jbikm9bm2
Merge Monty.

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
 
#       root    127.0.0.1       test    Query   0       NULL    show processlist
 
4
#       #       #       test    Query   #       #       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
 
#       root    127.0.0.1       test    Query   0       NULL    show processlist
 
8
#       #       #       test    Query   #       #       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
 
#       root    127.0.0.1       test    Query   0       NULL    show processlist
 
12
#       #       #       test    Query   #       #       show processlist
13
13
set session transaction_prealloc_size=1024*1024*1024*4;
14
14
Warnings:
15
15
Error   1292    Truncated incorrect transaction_prealloc_size value: '4294967296'
16
16
show processlist;
17
17
Id      User    Host    db      Command Time    State   Info
18
 
#       root    127.0.0.1       test    Query   0       NULL    show processlist
 
18
#       #       #       test    Query   #       #       show processlist
19
19
set session transaction_prealloc_size=1024*1024*1024*5;
20
20
Warnings:
21
21
Error   1292    Truncated incorrect transaction_prealloc_size value: '5368709120'
22
22
show processlist;
23
23
Id      User    Host    db      Command Time    State   Info
24
 
#       root    127.0.0.1       test    Query   0       NULL    show processlist
 
24
#       #       #       test    Query   #       #       show processlist