diff options
author | holyfoot/hf@deer.(none) <> | 2006-11-17 19:01:35 +0400 |
---|---|---|
committer | holyfoot/hf@deer.(none) <> | 2006-11-17 19:01:35 +0400 |
commit | 7d190dd6b11365528f2341699c24812dd63f6165 (patch) | |
tree | 584324c076d2a4506331c1fb96cf95d2c50a85e3 /sql-common | |
parent | dd0b81885d7ddc33e5c9acaffbdbf8b35cde5894 (diff) | |
parent | 0357510dca406263d00a8bd1007e4f8784f658b8 (diff) | |
download | mariadb-git-7d190dd6b11365528f2341699c24812dd63f6165.tar.gz |
Merge bk@192.168.21.1:mysql-5.1-opt
into mysql.com:/home/hf/work/mysql-5.1-mrg
Diffstat (limited to 'sql-common')
-rw-r--r-- | sql-common/my_time.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql-common/my_time.c b/sql-common/my_time.c index ab9a2c6d7c8..88f0557146a 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) { |