summaryrefslogtreecommitdiff
path: root/sql-common
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 /sql-common
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 'sql-common')
-rw-r--r--sql-common/my_time.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql-common/my_time.c b/sql-common/my_time.c
index 2dd40c112de..7d12a49e40f 100644
--- a/sql-common/my_time.c
+++ b/sql-common/my_time.c
@@ -76,8 +76,8 @@ uint calc_days_in_year(uint year)
1 error
*/
-static my_bool check_date(const MYSQL_TIME *ltime, my_bool not_zero_date,
- ulong flags, int *was_cut)
+my_bool check_date(const MYSQL_TIME *ltime, my_bool not_zero_date,
+ ulong flags, int *was_cut)
{
if (not_zero_date)
{