mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-20079 When setting back the system time while mysqld is running, NOW() and UNIX_TIMESTAMP() results get stuck
typo. system_time.start wasn't updated when system_time.sec and system_time.sec_part were.
This commit is contained in:
@ -3443,6 +3443,7 @@ private:
|
||||
{
|
||||
system_time.sec= sec;
|
||||
system_time.sec_part= sec_part;
|
||||
system_time.start= hrtime;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user