Bug #36531 Backup: Objects can be restored in wrong order
Submitted: 6 May 2008 13:06 Modified: 2 Oct 2008 14:54
Reporter: Lars Thalmann Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Backup Severity:S3 (Non-critical)
Version:6.0.5 OS:Any
Assigned to: Rafal Somla CPU Architecture:Any

[6 May 2008 13:06] Lars Thalmann
Description:
Dependencies between objects are not checked, so the backup image can be in the wrong order possibly making restore fail.

How to repeat:
Code inspection.

Suggested fix:
WL#4211
[30 Sep 2008 13:07] Rafal Somla
This bug was fixed by WL#4211.
[2 Oct 2008 7:49] Rafal Somla
WL#4211 patch was included in 6.0.5 (rev 2613.3.1)
[2 Oct 2008 14:54] Paul DuBois
Noted in 6.0.5 changelog.

BACKUP DATABASE did not correctly determine dependency ordering of
backed-up objects, which could cause a RESTORE operation to fail.