c2oo / xtrabackup-manager

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

Need a one-line fix in backupRestorer.class.php #57

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Line 140 should read:

throw new MergeException($mergeEx->getMessage(), $mergeEx->getErrorMessage(), 
$deltaSnapshot);

Current code has getFailMessage() where getErrorMessage() should be.

I've conformed that the fix works.

Original issue reported on code.google.com by jim.donn...@marinsoftware.com on 1 Mar 2012 at 11:54

GoogleCodeExporter commented 8 years ago
Thanks for the report and fix.

Fixed in rev 233.

Original comment by lachlan....@gmail.com on 16 Apr 2012 at 10:58