diff options
author | holyfoot/hf@mysql.com/deer.(none) <> | 2006-11-17 10:30:16 +0400 |
---|---|---|
committer | holyfoot/hf@mysql.com/deer.(none) <> | 2006-11-17 10:30:16 +0400 |
commit | e95e23b0f3305d498b49809af5793415964afc65 (patch) | |
tree | cb20b9f192e4db85bad99d431083278909cfe454 /include/my_time.h | |
parent | 497ccd6b87b9978fadac6c48d4ae6bd2f689feb7 (diff) | |
parent | 5198354584e56682e5d5b87ee680582aac44ea61 (diff) | |
download | mariadb-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.h | 2 |
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); |