~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/mysql_protocol/net_serv.cc

  • Committer: Brian Aker
  • Date: 2010-04-05 23:46:43 UTC
  • Revision ID: brian@gaz-20100405234643-0he3xnj902rc70r8
Fixing tests to work with PBXT.

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;
579
578
  }
580
579
end:
581
580
  if ((net->compress) && (packet != NULL))
642
641
      }
643
642
      remain -= (uint32_t) length;
644
643
      pos+= length;
645
 
      current_session->status_var.bytes_received+= length;
646
644
    }
647
645
    if (i == 0)
648
646
    {                    /* First parts is packet length */