~skinny.moey/drizzle/transaction_id_innodb

« back to all changes in this revision

Viewing changes to plugin/logging_stats/status_tool.cc

  • Committer: Joseph Daly
  • Date: 2010-10-29 00:12:38 UTC
  • mfrom: (1856.2.32 merge)
  • Revision ID: skinny.moey@gmail.com-20101029001238-y6dxgjv9eam7uc2a
merge trunk

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))