mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-17928 Conversion from TIMESTAMP to VARCHAR SP variables does not work well on fractional digits
This commit is contained in:
@ -853,6 +853,9 @@ public:
|
||||
tv_sec= sec;
|
||||
tv_usec= usec;
|
||||
}
|
||||
explicit Timeval(const timeval &tv)
|
||||
:timeval(tv)
|
||||
{ }
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user