~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/status_dictionary/status.cc

  • Committer: Olaf van der Spek
  • Date: 2011-08-04 08:13:04 UTC
  • mfrom: (2384 drizzle)
  • mto: This revision was merged to the branch mainline in revision 2385.
  • Revision ID: olafvdspek@gmail.com-20110804081304-rlejjpvoos17bjdf
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
    {
105
105
      show_type= ((sys_var*) value)->show_type();
106
106
      value= (char*) ((sys_var*) value)->value_ptr(&(getSession()), option_type,
107
 
                                                   &null_lex_str);
 
107
                                                   &(null_lex_string()));
108
108
    }
109
109
 
110
110
    return_value= StatusHelper::fillHelper(NULL, value, show_type);