-
Type:
Task
-
Status: In Review (View Workflow)
-
Priority:
Critical
-
Resolution: Unresolved
-
Component/s: Backup, Versioned Tables
-
Labels:
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
- is blocked by
-
MDEV-16029 mysqldump: dump and restore historical data
-
- In Review
-
- relates to
-
MDEV-16798 need mysqldump option to include SYSTEM VERSIONING historical records in backups
-
- Closed
-