Commit a00f8bc3 authored by Alexander Barkov's avatar Alexander Barkov

Cleanup: removing unused zeroing Datetime() constructor

parent 34f11b06
......@@ -1940,10 +1940,6 @@ class Datetime: public Temporal_with_date
{ }
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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment