mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
merging
This commit is contained in:
parent
938ba3e11e
commit
620aee1ac8
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue