~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/mysqlbinlog.cc

  • Committer: Stewart Smith
  • Date: 2008-07-09 01:40:54 UTC
  • mfrom: (105 drizzle)
  • mto: This revision was merged to the branch mainline in revision 111.
  • Revision ID: stewart@flamingspork.com-20080709014054-xfgfzirbhqzrzkkj
mergeĀ fromĀ mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
1174
1174
  int was_cut;
1175
1175
  MYSQL_TIME l_time;
1176
1176
  long dummy_my_timezone;
1177
 
  my_bool dummy_in_dst_time_gap;
 
1177
  bool dummy_in_dst_time_gap;
1178
1178
  /* We require a total specification (date AND time) */
1179
1179
  if (str_to_datetime(str, strlen(str), &l_time, 0, &was_cut) !=
1180
1180
      MYSQL_TIMESTAMP_DATETIME || was_cut)