c2oo / xtrabackup-manager

Automatically exported from code.google.com/p/xtrabackup-manager
0 stars 0 forks source link

variable typo name in materializedSnapshotManager::materializeLatest (174) #61

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open up materializedSnapshotManager.php, go to line 174

try {
                                $backupRestorer->restoreLocal($latestSnap, $materialPath);

}

$latestSnap is not defined in this method (nor declared global).  It seems like 
this should be $latestSnapshot

What is the expected output? What do you see instead?

Unsure of functional impact, noticed this upon initial review of the code.

What version of the product are you using? On what operating system?

XtraBackup Manager v0.81 NoArch   

Original issue reported on code.google.com by msiekki...@gmail.com on 25 Apr 2012 at 9:08