~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/mysql_protocol/mysql_protocol.cc

  • Committer: Brian Aker
  • Date: 2011-01-08 10:35:13 UTC
  • mfrom: (2057.2.9 timestamp)
  • Revision ID: brian@tangent.org-20110108103513-3wuo8tsyajjcxjrg
Merge in fractional seconds to timestamp.

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_MICROTIME:
 
547
        pos[6]= 15;
 
548
        break;
 
549
 
546
550
      case DRIZZLE_TYPE_UUID:
547
551
        pos[6]= 15;
548
552
        break;