Details
-
Task
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
Description
It would be great to have an option for mysqldump to read data as of specific timestamp from system-versioned tables. One should just use:
SELECT * FROM <t> FOR SYSTEM_TIME AS OF TIMESTAMP '...';
|
Instead of simple SELECT for such tables if the option is provided.
I think it makes sense to implement this separately from MDEV-16029
Attachments
Issue Links
- causes
-
MDEV-26946 Various small mysqldump manual improvements for the --as-of and --tz-utc options
- Open
-
MDEV-27749 Binary changes for --as-of and --tz-utc options
- Closed
-
MDEV-28254 Wrong position for row_start, row_end after adding column to implicit versioned table
- Closed
- relates to
-
MDEV-16029 mysqldump: dump and restore historical data
- Closed
-
MDEV-16798 need mysqldump option to include SYSTEM VERSIONING historical records in backups
- Closed