~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/mysql_protocol/mysql_protocol.cc

  • Committer: Brian Aker
  • Date: 2010-12-24 16:11:53 UTC
  • mfrom: (2023.2.3 bool)
  • Revision ID: brian@tangent.org-20101224161153-aq2tqgalzur623c9
Merge in BOOLEAN

Show diffs side-by-side

added added

removed removed

Lines of Context:
547
547
        pos[6]= 15;
548
548
        break;
549
549
 
 
550
      case DRIZZLE_TYPE_BOOLEAN:
 
551
        pos[6]= 15;
 
552
        break;
 
553
 
550
554
      case DRIZZLE_TYPE_DECIMAL:
551
555
        pos[6]= (char)246;
552
556
        break;