Commit 4ac16768 authored by Oleksandr Byelkin's avatar Oleksandr Byelkin Committed by Brandon Nesterenko

MDEV-33856 fix type conversion (3)

parent 81a2db68
......@@ -1002,7 +1002,7 @@ Log_event* Log_event::read_log_event(IO_CACHE* file,
Update thd->orig_exec_time
*/
inline void set_orig_exec_time_in_thd(ulong exec_time)
inline void set_orig_exec_time_in_thd(my_time_t exec_time)
{
#if !defined(MYSQL_CLIENT) && defined(HAVE_REPLICATION)
THD *thd= current_thd;
......
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