~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/status_dictionary/status.cc

  • Committer: Monty Taylor
  • Date: 2010-10-25 20:36:07 UTC
  • mto: (1879.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 1880.
  • Revision ID: mordred@inaugust.com-20101025203607-0xkv1xu0salvc6zd
Split out show_type into its own header and made sys_var work through
plugin.h.

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
      drizzle_show_var tmp;
72
72
 
73
73
      for (var= variables; var->type == SHOW_FUNC; var= &tmp)
74
 
        ((mysql_show_var_func)((st_show_var_func_container *)var->value)->func)(&tmp, buff);
 
74
        ((drizzle_show_var_func)((st_show_var_func_container *)var->value)->func)(&tmp, buff);
75
75
    }
76
76
 
77
77
    if (isWild(variables->name))