summaryrefslogtreecommitdiff
path: root/sql/mysql_priv.h
diff options
context:
space:
mode:
authorunknown <konstantin@mysql.com>2004-10-20 16:45:09 +0400
committerunknown <konstantin@mysql.com>2004-10-20 16:45:09 +0400
commit7c20b1328866061273617ec7e8ae7b4e00c8674c (patch)
treeb63f30c547d9c739a72eccdd5b8817f371e31a6d /sql/mysql_priv.h
parent6875cf36d1625449f539c9eaefb8171158231ee2 (diff)
parent8fe8912f4c1d01b9bb8c5c1aefe4ac6405a87976 (diff)
downloadmariadb-git-7c20b1328866061273617ec7e8ae7b4e00c8674c.tar.gz
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/home/kostja/work/mysql-4.1-6049 libmysql/libmysql.c: Auto merged sql/field.cc: Auto merged sql/item.cc: Auto merged sql/mysql_priv.h: Auto merged tests/client_test.c: Auto merged
Diffstat (limited to 'sql/mysql_priv.h')
-rw-r--r--sql/mysql_priv.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/sql/mysql_priv.h b/sql/mysql_priv.h
index e94d436b135..e0db5e88c95 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);