[MDEV-32582] Events fuctionality after 2038 Created: 2023-10-25 Updated: 2023-10-25 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Minor |
| Reporter: | Tadas BalaiĊĦis | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
In https://mariadb.com/kb/en/event-limitations/ >Events do not support dates beyond the maximum that can be represented in the Unix epoch (2038-01-19). How severe that limitation will be? Should we consider that IT system, based on MariaDB database, that uses event functionality, will colapse after 14 years? What could be the cost to keep using the system? Do MariaDB developers have a plan to overcome "the problem 2038"? |
| Comments |
| Comment by Sergei Golubchik [ 2023-10-25 ] |
|
The plan is to have it fixed within the next few months. See MDEV-32188, it's already implemented, but not yet pushed. |