zigo928 / xtrabackup-manager

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

xbm-conftool bug fixes #33

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Attached patch fixes some bugs in xbm-conftool to provide better usability:

 - There was a bug that exporting an empty MySQL table would not work. This is fixed by checking for strlen($data)>0.
 - Generally on errors xbm-conftool would leave files behind both in the confdata/ and /tmp/ directories and these would result in errors on re-run because MySQL refuses to overwrite files on SELECT INTO OUTFILE. Now added cleanup code that tries to delete working files before throwing exception.

Please review and commit.

Original issue reported on code.google.com by henrik.i...@gmail.com on 30 May 2011 at 7:31

GoogleCodeExporter commented 8 years ago

Original comment by henrik.i...@gmail.com on 30 May 2011 at 7:33

Attachments:

GoogleCodeExporter commented 8 years ago
This will be included in the next milestone revision 28.

Original comment by lachlan....@gmail.com on 17 Jun 2011 at 5:45

GoogleCodeExporter commented 8 years ago

Original comment by lachlan....@gmail.com on 17 Jun 2011 at 5:45

GoogleCodeExporter commented 8 years ago
Small correction - this will be in r38 NOT, in fact, r28.

Original comment by lachlan....@gmail.com on 17 Jun 2011 at 6:51

GoogleCodeExporter commented 8 years ago
Committed in r38 -- looks good! Care to Verify?

Original comment by lachlan....@gmail.com on 21 Jun 2011 at 12:28