1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00
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);
}