~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/mysqlbinlog.cc

MergedĀ fromĀ trunk.

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)