This commit is contained in:
holyfoot/hf@mysql.com/deer.(none) 2006-11-08 20:41:47 +04:00
parent 938ba3e11e
commit 620aee1ac8

View file

@ -4926,7 +4926,7 @@ int Field_time::store_time(TIME *ltime, timestamp_type type)
(ltime->minute * 100 + ltime->second);
if (ltime->neg)
tmp= -tmp;
return Field_time::store((longlong) tmp, TRUE);
return Field_time::store((longlong) tmp, FALSE);
}