mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
17bbe30cb0
Passing dubious "year zero" in non-zero date (not "0000-00-00") could lead to negative value for year internally, while variable was unsigned. This led to Really Bad Things further down the line. Now doing calculations with signed type for year internally. |
||
---|---|---|
.. | ||
client.c | ||
Makefile.am | ||
my_time.c | ||
my_user.c | ||
pack.c |