~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/mysql_protocol/net_serv.cc

  • Committer: Brian Aker
  • Date: 2011-02-12 06:56:00 UTC
  • mto: This revision was merged to the branch mainline in revision 2161.
  • Revision ID: brian@tangent.org-20110212065600-m6c68fybw51rflhj
Further strip out includes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
579
579
      break;
580
580
    }
581
581
    pos+=length;
582
 
    current_session->status_var.bytes_sent+= length;
 
582
 
 
583
    /* If this is an error we may not have a current_session any more */
 
584
    if (current_session)
 
585
      current_session->status_var.bytes_sent+= length;
583
586
  }
584
587
end:
585
588
  if ((net->compress) && (packet != NULL))