mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-13995 MAX(timestamp) returns a wrong result near DST change
This commit is contained in:
@ -847,6 +847,8 @@ public:
|
||||
|
||||
class Timeval: public timeval
|
||||
{
|
||||
protected:
|
||||
Timeval() { }
|
||||
public:
|
||||
Timeval(my_time_t sec, ulong usec)
|
||||
{
|
||||
|
Reference in New Issue
Block a user