> ChangeSet@stripped, 2008-05-07 15:07:31+02:00, rafal@quant.(none) +6 -0
> WL#4211 (Online Backup: Dependency checking)
>
> The patch implements design described in the worklog. In short, all objects added
> to
> the backup catalogue are also put on a dependency list ensuring correct ordering
> among them. This list determines the order in which object metadata is saved in the
>
> backup image and thus the order in which they are restored.
somewhat related problem:
in ndb backup we order the objects at restore time instead of at backup time.
this with the rationale that given that you can restore a backup to a different version
there might be dependencies that you can't know about when creating backup.
only fyi
/jonas