~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/replication/utility.cc

  • Committer: Monty Taylor
  • Date: 2008-11-15 17:58:57 UTC
  • mfrom: (575.5.1 drizzle)
  • mto: (589.1.3 devel)
  • mto: This revision was merged to the branch mainline in revision 586.
  • Revision ID: monty@inaugust.com-20081115175857-kxdeopxzbyyz5bkd
MergedĀ fromĀ David.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
  case DRIZZLE_TYPE_NULL:
59
59
    length= 0;
60
60
    break;
61
 
  case DRIZZLE_TYPE_NEWDATE:
 
61
  case DRIZZLE_TYPE_DATE:
62
62
    length= 3;
63
63
    break;
64
64
  case DRIZZLE_TYPE_TIME: