~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/logging_stats/status_vars.cc

Merge Joe.

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
  {
68
68
    *(to++)= *(from++);
69
69
  }
 
70
  to_var->last_query_cost= from_var->last_query_cost;
70
71
}
71
72
 
72
73
void StatusVars::merge(StatusVars *status_vars)