Bug #22267 Backup Project: database with only some tables selected is NOT SAVED in file
Submitted: 12 Sep 2006 14:35 Modified: 13 Sep 2006 6:55
Reporter: Hans Prueller Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Administrator Severity:S2 (Serious)
Version:1.2.2 beta OS:Windows (Windows XP)
Assigned to: CPU Architecture:Any

[12 Sep 2006 14:35] Hans Prueller
Description:
Saving a backup project in mysql administrator fails when a selected database has de-selected some tables for backup, all remaining tables of the db (which should be backuped) are not saved to the .mbp xml file.

How to repeat:
create a new backup project by clicking the button "new project" in the backup view of mysql administrator

select a database from the schemata list and click on the ">" arrow to add
all tables of the database to the project.

then de-select some tables which should not be contained in the backup.

click "save project"

quit mysql administrator

start mysql administrator and open the backup project: no tables are selected!
or just open the created test.mbp file and see the empty contents:

<?xml version="1.0"?>
<backup_profile>
  <version>1.2</version>
  <profile_name>test</profile_name>
  <last_used></last_used>
  <options>460</options>
  <backup_type>0</backup_type>
  <entities/>
</backup_profile>
[12 Sep 2006 19:25] Sveta Smirnova
Thank you for the report.

Could you please try to repeat the problem using current 1.2.3 rc version of MySQL Administrator accessible from http://dev.mysql.com/downloads/gui-tools/5.0.html? If you can, please, upload schema of the database you try to backup.
[12 Sep 2006 19:57] Hans Prueller
I cannot reproduce the problem with the new version 1.2.3 rc. fine!

you can close this entry.

regards,
hans
[13 Sep 2006 6:55] Sveta Smirnova
Thank you for the feedback.

I change status of the bug report to "Can't repeat".