~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/mysql_protocol/net_serv.cc

Merge of Joe's patch (and I updated the author file to include his name as
well).

Show diffs side-by-side

added added

removed removed

Lines of Context:
575
575
      break;
576
576
    }
577
577
    pos+=length;
 
578
    current_session->status_var.bytes_sent+= length;
578
579
  }
579
580
end:
580
581
  if ((net->compress) && (packet != NULL))
641
642
      }
642
643
      remain -= (uint32_t) length;
643
644
      pos+= length;
 
645
      current_session->status_var.bytes_received+= length;
644
646
    }
645
647
    if (i == 0)
646
648
    {                    /* First parts is packet length */