~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/log.h

Fixed warnings on unused variables

Show diffs side-by-side

added added

removed removed

Lines of Context:
318
318
  }
319
319
  void harvest_bytes_written(ulonglong* counter)
320
320
  {
321
 
    char buf1[22],buf2[22];
322
321
    (*counter)+=bytes_written;
323
322
    bytes_written=0;
324
323
    return;