Bug #57566 Exclude missing tables when restoring a cluster backup
Submitted: 19 Oct 2010 11:57 Modified: 6 Aug 2014 15:48
Reporter: Geert Vanderkelen Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S4 (Feature request)
Version:mysql-5.1-telco-7.1 OS:Any
Assigned to: Lakshmi Narayanan Sreethar CPU Architecture:Any
Tags: Backup, ndb_restore

[19 Oct 2010 11:57] Geert Vanderkelen
Description:
Similar to --exclude-missing-columns for ndb_restore, it would be great having --exclude-missing-tables when the list of tables is unknown (that is we can't use --exclude-tables).

How to repeat:
.
[6 Aug 2014 15:48] Jon Stephens
Thank you for your bug report. This issue has been committed to our source repository of that product and will be incorporated into the next release.

Documented fix in the NDB 7.1.33, 7.2.18, and 7.3.7 changelogs, as follows:

        Added the --exclude-missing-tables option for ndb_restore. When
        enabled, the option causes tables present in the backup but not
        in the target database to be ignored.

Closed.

If necessary, you can access the source repository and build the latest available version, including the bug fix. More information about accessing the source trees is available at

    http://dev.mysql.com/doc/en/installing-source.html