mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
fixed a win32 warning caused by the fix for bug #35981
This commit is contained in:
@@ -756,7 +756,7 @@ Event_db_repository::update_event(THD *thd, Event_parse_data *parse_data,
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
if (parse_data->check_dates(thd,
|
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;
|
goto end;
|
||||||
|
|
||||||
/* Don't update create on row update. */
|
/* Don't update create on row update. */
|
||||||
|
Reference in New Issue
Block a user