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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user