~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Lee Bieber
  • Date: 2009-05-21 16:30:47 UTC
  • mto: (1054.2.6 mordred)
  • mto: This revision was merged to the branch mainline in revision 1056.
  • Revision ID: lbieber@dhcp-umpk18-110-227.sfbay.sun.com-20090521163047-mfzdad45fwz1nrzr
comment out failing tests for now, bugs have been filed

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
show processlist;
11
11
Id      User    Host    db      Command Time    State   Info
12
12
1       root    127.0.0.1       test    Query   0       NULL    show processlist
13
 
set session transaction_prealloc_size=1024*1024*1024*4;
14
 
Warnings:
15
 
Warning 1292    Truncated incorrect transaction_prealloc_size value: '4294967296'
16
 
show processlist;
17
 
Id      User    Host    db      Command Time    State   Info
18
 
1       root    127.0.0.1       test    Query   0       NULL    show processlist
19
 
set session transaction_prealloc_size=1024*1024*1024*5;
20
 
Warnings:
21
 
Warning 1292    Truncated incorrect transaction_prealloc_size value: '5368709120'
22
 
show processlist;
23
 
Id      User    Host    db      Command Time    State   Info
24
 
1       root    127.0.0.1       test    Query   0       NULL    show processlist