~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/protocol.cc

  • Committer: Brian Aker
  • Date: 2008-07-08 18:37:01 UTC
  • Revision ID: brian@tangent.org-20080708183701-2g828ir7rpnirv3f
Second pass at removing old varchar.

Show diffs side-by-side

added added

removed removed

Lines of Context:
569
569
    Send_field field;
570
570
    item->make_field(&field);
571
571
 
572
 
    /* Keep things compatible for old clients */
573
 
    if (field.type == MYSQL_TYPE_VARCHAR)
574
 
      field.type= MYSQL_TYPE_VAR_STRING;
575
 
 
576
572
    prot.prepare_for_resend();
577
573
 
578
574
    if (thd->client_capabilities & CLIENT_PROTOCOL_41)