Commit 74a905df authored by Georgi Kodinov's avatar Georgi Kodinov
Browse files

fixed a win32 warning caused by the fix for bug #35981

parent da6ea5a1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -756,7 +756,7 @@ Event_db_repository::update_event(THD *thd, Event_parse_data *parse_data,
  */

  if (parse_data->check_dates(thd,
                              table->field[ET_FIELD_ON_COMPLETION]->val_int()))
                              (int) table->field[ET_FIELD_ON_COMPLETION]->val_int()))
    goto end;

  /* Don't update create on row update. */