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

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

parent da6ea5a1
......@@ -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. */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment