~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Monty Taylor
  • Date: 2010-02-04 18:32:19 UTC
  • mto: This revision was merged to the branch mainline in revision 1283.
  • Revision ID: mordred@inaugust.com-20100204183219-gtdk3wyv6yn5byv3
Removed test testing transaction_prealloc_size - we no longer have this
variable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
set session transaction_prealloc_size=1024*1024*1024*1;
2
 
show processlist;
3
 
Id      User    Host    db      Command Time    State   Info
4
 
#       #       #       test    Query   #       #       show processlist
5
 
set session transaction_prealloc_size=1024*1024*1024*2;
6
 
show processlist;
7
 
Id      User    Host    db      Command Time    State   Info
8
 
#       #       #       test    Query   #       #       show processlist
9
 
set session transaction_prealloc_size=1024*1024*1024*3;
10
 
show processlist;
11
 
Id      User    Host    db      Command Time    State   Info
12
 
#       #       #       test    Query   #       #       show processlist
13
 
set session transaction_prealloc_size=1024*1024*1024*4;
14
 
Warnings:
15
 
Error   1292    Truncated incorrect transaction_prealloc_size value: '4294967296'
16
 
show processlist;
17
 
Id      User    Host    db      Command Time    State   Info
18
 
#       #       #       test    Query   #       #       show processlist
19
 
set session transaction_prealloc_size=1024*1024*1024*5;
20
 
Warnings:
21
 
Error   1292    Truncated incorrect transaction_prealloc_size value: '5368709120'
22
 
show processlist;
23
 
Id      User    Host    db      Command Time    State   Info
24
 
#       #       #       test    Query   #       #       show processlist