~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-22 16:10:11 UTC
  • mfrom: (2017.1.2 clean)
  • Revision ID: brian@tangent.org-20101222161011-dwdhckv8ptmo471c
Rollup of build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
543
543
        pos[6]= 15;
544
544
        break;
545
545
 
 
546
      case DRIZZLE_TYPE_TIME:
 
547
        pos[6]= 15;
 
548
        break;
 
549
 
546
550
      case DRIZZLE_TYPE_DECIMAL:
547
551
        pos[6]= (char)246;
548
552
        break;