1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Small fixes for merge.

This commit is contained in:
jani@ua141d10.elisa.omakaista.fi
2007-04-10 18:01:29 +03:00
parent b4ba815967
commit 1e38c22ef8
5 changed files with 11 additions and 11 deletions

View File

@@ -940,7 +940,7 @@ update_timing_fields_for_event(THD *thd,
if (update_last_executed)
{
TIME time;
MYSQL_TIME time;
my_tz_UTC->gmt_sec_to_TIME(&time, last_executed);
fields[ET_FIELD_LAST_EXECUTED]->set_notnull();