~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/oldlibdrizzle/oldlibdrizzle.cc

  • Committer: lbieber
  • Date: 2009-06-12 17:51:58 UTC
  • mfrom: (1061 staging)
  • mto: (1061.1.3 merge-all)
  • mto: This revision was merged to the branch mainline in revision 1062.
  • Revision ID: lbieber@lbieber-laptop-20090612175158-v6k2st8gvs81z3dn
sync with latest from trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
747
747
 
748
748
  session->client_capabilities|= ((uint32_t) uint2korr(net.read_pos + 2)) << 16;
749
749
  session->max_client_packet_length= uint4korr(net.read_pos + 4);
750
 
  session->update_charset();
751
750
  end= (char*) net.read_pos + 32;
752
751
 
753
752
  /*