diff options
author | dlenev@mysql.com <> | 2004-10-20 17:37:46 +0400 |
---|---|---|
committer | dlenev@mysql.com <> | 2004-10-20 17:37:46 +0400 |
commit | b9bf4e8ccd427f55829082d812dacd88dfd6855e (patch) | |
tree | 8bbea4777ed4b49bbd90b9303a81573238342935 /sql/mysql_priv.h | |
parent | c4281153e1d7af4e338ac4cda69671f8269f62d8 (diff) | |
parent | df58c0bce738bac58bfafa147e4783e3aa9c1523 (diff) | |
download | mariadb-git-b9bf4e8ccd427f55829082d812dacd88dfd6855e.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/home/dlenev/src/mysql-4.1-secfix
Diffstat (limited to 'sql/mysql_priv.h')
-rw-r--r-- | sql/mysql_priv.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sql/mysql_priv.h b/sql/mysql_priv.h index 5770f23638e..391199942e0 100644 --- a/sql/mysql_priv.h +++ b/sql/mysql_priv.h @@ -284,14 +284,6 @@ void debug_sync_point(const char* lock_name, uint lock_timeout); #define WEEK_MONDAY_FIRST 1 #define WEEK_YEAR 2 #define WEEK_FIRST_WEEKDAY 4 -/* - Required buffer length for make_date, make_time, make_datetime - and TIME_to_string functions. Note, that the caller is still - responsible to check that given TIME structure has values - in valid ranges, otherwise size of the buffer could be not - enough. -*/ -#define MAX_DATE_REP_LENGTH 30 enum enum_parsing_place { @@ -1046,7 +1038,6 @@ void make_date(const DATE_TIME_FORMAT *format, const TIME *l_time, String *str); void make_time(const DATE_TIME_FORMAT *format, const TIME *l_time, String *str); -void TIME_to_string(const TIME *time, String *str); ulonglong TIME_to_ulonglong_datetime(const TIME *time); ulonglong TIME_to_ulonglong_date(const TIME *time); ulonglong TIME_to_ulonglong_time(const TIME *time); |