summaryrefslogtreecommitdiff
path: root/include/my_time.h
diff options
context:
space:
mode:
authorholyfoot/hf@mysql.com/deer.(none) <>2006-11-17 10:30:16 +0400
committerholyfoot/hf@mysql.com/deer.(none) <>2006-11-17 10:30:16 +0400
commite95e23b0f3305d498b49809af5793415964afc65 (patch)
treecb20b9f192e4db85bad99d431083278909cfe454 /include/my_time.h
parent497ccd6b87b9978fadac6c48d4ae6bd2f689feb7 (diff)
parent5198354584e56682e5d5b87ee680582aac44ea61 (diff)
downloadmariadb-git-e95e23b0f3305d498b49809af5793415964afc65.tar.gz
Merge bk@192.168.21.1:mysql-5.0-opt
into mysql.com:/home/hf/work/mysql-5.0-0mrg
Diffstat (limited to 'include/my_time.h')
-rw-r--r--include/my_time.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/my_time.h b/include/my_time.h
index 574f1a49c5a..5361c47d57f 100644
--- a/include/my_time.h
+++ b/include/my_time.h
@@ -67,6 +67,8 @@ typedef long my_time_t;
#define TIME_MAX_VALUE (TIME_MAX_HOUR*10000 + TIME_MAX_MINUTE*100 + \
TIME_MAX_SECOND)
+my_bool check_date(const MYSQL_TIME *ltime, my_bool not_zero_date,
+ ulong flags, int *was_cut);
enum enum_mysql_timestamp_type
str_to_datetime(const char *str, uint length, MYSQL_TIME *l_time,
uint flags, int *was_cut);