~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-18 02:08:04 UTC
  • mto: (2015.1.1 clean)
  • mto: This revision was merged to the branch mainline in revision 2018.
  • Revision ID: brian@tangent.org-20101218020804-mh3lga9uv7jlajwy
Merge in first pass of TIME type (closer to EPOCH time).

Show diffs side-by-side

added added

removed removed

Lines of Context:
523
523
        pos[6]= 15;
524
524
        break;
525
525
 
 
526
      case DRIZZLE_TYPE_TIME:
 
527
        pos[6]= 15;
 
528
        break;
 
529
 
526
530
      case DRIZZLE_TYPE_DECIMAL:
527
531
        pos[6]= (char)246;
528
532
        break;