~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Padraig O'Sullivan
  • Date: 2009-09-13 00:53:34 UTC
  • mto: (1126.9.2 captain-20090915-01)
  • mto: This revision was merged to the branch mainline in revision 1133.
  • Revision ID: osullivan.padraig@gmail.com-20090913005334-6wio2sbjugskfbm3
Added calls to the connection start/end dtrace probes.

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
#       root    127.0.0.1       test    Query   0       NULL    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
#       root    127.0.0.1       test    Query   0       NULL    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
#       root    127.0.0.1       test    Query   0       NULL    show processlist