diff options
author | Alexander Barkov <bar@mariadb.com> | 2018-12-08 19:39:23 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mariadb.com> | 2018-12-10 13:39:45 +0400 |
commit | 240edac84620fc75e90731cb5e95bc52ba672984 (patch) | |
tree | 444c8d6f29cc0cec659e6e2b1546722c5dac1c85 /sql/structs.h | |
parent | e5144f4bad017d5bda80d21b0e7cf8caeb9f6dfb (diff) | |
download | mariadb-git-bb-10.4-mdev13995.tar.gz |
MDEV-13995 MAX(timestamp) returns a wrong result near DST changebb-10.4-mdev13995
Diffstat (limited to 'sql/structs.h')
-rw-r--r-- | sql/structs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/structs.h b/sql/structs.h index c7af86ee6a5..8728dee1918 100644 --- a/sql/structs.h +++ b/sql/structs.h @@ -847,6 +847,8 @@ public: class Timeval: public timeval { +protected: + Timeval() { } public: Timeval(my_time_t sec, ulong usec) { |