~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/logging_stats/status_tool.cc

  • Committer: Lee Bieber
  • Date: 2010-10-26 14:51:47 UTC
  • mfrom: (1879.1.3 build)
  • Revision ID: kalebral@gmail.com-20101026145147-yqop1w9qw7watara
Merge Monty - clean up of set_var and sys_var
Merge Monty - Generate ChangeLog from bzr as part of distcheck. Also, cleaned up AUTHORS file from bzr log parsed by hand.
Merge Shrews - update transaction log documentation

Show diffs side-by-side

added added

removed removed

Lines of Context:
175
175
      drizzle_show_var tmp;
176
176
 
177
177
      for (var= variables; var->type == SHOW_FUNC; var= &tmp)
178
 
        ((mysql_show_var_func)((st_show_var_func_container *)var->value)->func)(&tmp, buff);
 
178
        ((drizzle_show_var_func)((st_show_var_func_container *)var->value)->func)(&tmp, buff);
179
179
    }
180
180
 
181
181
    if (isWild(variables->name))