1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

bug #19491 (5.0-related additional fixes)

This commit is contained in:
holyfoot/hf@mysql.com/deer.(none)
2006-11-06 22:33:18 +04:00
parent 0d10dbe332
commit 7ddb8b68fa
4 changed files with 40 additions and 9 deletions

View File

@@ -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)
{