mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
4d128777dd
compilation error in mysys/my_getsystime.c fixed some redundant code removed sec_to_time, time_to_sec, from_unixtime, unix_timestamp, @@timestamp now use decimal, not double for numbers with a fractional part. purge_master_logs_before_date() fixed many bugs in corner cases fixed mysys/my_getsystime.c: compilation failure fixed sql/sql_parse.cc: don't cut corners. it backfires.
6 lines
155 B
Text
6 lines
155 B
Text
select from_unixtime(0);
|
|
from_unixtime(0)
|
|
1969-12-31 14:00:00
|
|
select unix_timestamp('1969-12-31 14:00:01');
|
|
unix_timestamp('1969-12-31 14:00:01')
|
|
1.000000
|