Details
-
Type:
Bug
-
Status: Open (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 10.6, 10.4.18, 10.5.9
-
Fix Version/s: None
-
Component/s: Backup
-
Labels:None
Description
Some transactional backup can failed with Error 1412:Table definition has changed, thanks to the introduction of BACKUP STAGE MDEV-17309 this can be fix by introducing a new option
--lock-for-backup
that would for --single-transaction inject
BACKUP STAGE START;
BACKUP STAGE BLOCK_DDL;
START TRANSACTION WITH CONSISTENT SNAPSHOT;
Attachments
Issue Links
- includes
-
MDEV-25572 Improve compatibility of BACKUP STAGE with external tools
-
- Open
-
- is blocked by
-
MDEV-28367 BACKUP LOCKS on table to be accessible to those with database LOCK TABLES privileges
-
- Open
-
- relates to
-
MDEV-28074 mysqldump --order-by-size
-
- Closed
-