diff --git a/sql/sql_type.h b/sql/sql_type.h index a5d8f4ae6df..0e023a3ef65 100644 --- a/sql/sql_type.h +++ b/sql/sql_type.h @@ -1940,10 +1940,6 @@ public: { } Datetime(THD *thd, int *warn, const MYSQL_TIME *from, date_conv_mode_t flags); - Datetime() - { - set_zero_time(this, MYSQL_TIMESTAMP_DATETIME); - } Datetime(THD *thd, MYSQL_TIME_STATUS *status, const char *str, size_t len, CHARSET_INFO *cs, const date_mode_t fuzzydate)