~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/session_dictionary/processlist.cc

  • Committer: Lee Bieber
  • Date: 2010-11-16 17:50:17 UTC
  • mfrom: (1932.3.2 trunk)
  • Revision ID: kalebral@gmail.com-20101116175017-sken3dkkpfcd2snv
Merge Brian - session fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
    val ? push(val) : push();
117
117
 
118
118
    /* INFO */
119
 
    size_t length= strlen(tmp->process_list_info);
120
 
    length ?  push(tmp->process_list_info, length) : push();
 
119
    push(*getSession().getQueryString());
121
120
 
122
121
    return true;
123
122
  }