1
0
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:
Georgi Kodinov
2008-10-01 13:12:08 +03:00
parent da6ea5a194
commit 74a905df93

View File

@@ -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. */