~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

Merged in changes. 
Edited a the comment test case so deal with our version bump.

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