summaryrefslogtreecommitdiff
path: root/sql/sql_time.h
diff options
context:
space:
mode:
authorAlexander Barkov <bar@mariadb.com>2018-10-15 21:30:27 +0400
committerAlexander Barkov <bar@mariadb.com>2018-10-16 11:14:39 +0400
commitf7179c4432fdc4b54222d8a2159a35990684b79f (patch)
treee1bdb3895aa3599f34cca90f93e4a3044cd4f30e /sql/sql_time.h
parent1c5fd80a04991a8e659499b864f8fcc969c379e5 (diff)
downloadmariadb-git-f7179c4432fdc4b54222d8a2159a35990684b79f.tar.gz
MDEV-17460 Move the code from Item_extract::val_int() to a new class Extract_source
Diffstat (limited to 'sql/sql_time.h')
-rw-r--r--sql/sql_time.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_time.h b/sql/sql_time.h
index 7db7bd4944a..433374e2e9a 100644
--- a/sql/sql_time.h
+++ b/sql/sql_time.h
@@ -36,7 +36,6 @@ ulong convert_period_to_month(ulong period);
ulong convert_month_to_period(ulong month);
void set_current_date(THD *thd, MYSQL_TIME *to);
bool time_to_datetime(MYSQL_TIME *ltime);
-void time_to_daytime_interval(MYSQL_TIME *l_time);
bool get_date_from_daynr(long daynr,uint *year, uint *month, uint *day);
my_time_t TIME_to_timestamp(THD *thd, const MYSQL_TIME *t, uint *error_code);
bool str_to_datetime_with_warn(THD *thd,