Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
N/A
-
None
Description
mariadb-dump help output states:
-H, --dump-history Dump system-versioned tables with history (only for
|
timestamp based versioning). Use also --update-history if
|
upgrading to MariaDB 11.4 or newer from a version before
|
11.4
|
--update-history Update row_end history timestamp to support dates up to
|
year 2106. This option will also enable tz-utc. Should be
|
used when upgrading to MariaDB 11.4 or above.
|
However, timestamp ranges were only extended in 11.5
Attachments
Issue Links
- is caused by
-
MDEV-32188 make TIMESTAMP use whole 32-bit unsigned range
-
- Closed
-
There are also some comments in the code which also refer to 11.4. Unlike the help text, comments are not critical for the release of course, but better to fix it all at once, to avoid confusion in the future.