← Back to team overview

holland-coredev team mailing list archive

[Bug 677718] [NEW] provider crawls all tables and excludes rather than just including specified tables

 

Public bug reported:

If you have:

[mysqldump]
tables             = "foo.importantTable'

You will see holland do something along the lines of:

Excluding mysql.columns_priv
Excluding mysql.db
Excluding mysql.func
Writing ignore-table exlusions to  /var/spool/holland/bkset/20101120_022118/my.cnf

This could be really inefficient on a server with thousands of tables
when you want just the one

** Affects: holland-backup
     Importance: Undecided
         Status: New

-- 
provider crawls all tables and excludes rather than just including specified tables
https://bugs.launchpad.net/bugs/677718
You received this bug notification because you are a member of Holland
Discuss, which is subscribed to holland-backup.

Status in Holland Backup Framework: New

Bug description:
If you have:

[mysqldump]
tables             = "foo.importantTable'

You will see holland do something along the lines of:

Excluding mysql.columns_priv
Excluding mysql.db
Excluding mysql.func
Writing ignore-table exlusions to  /var/spool/holland/bkset/20101120_022118/my.cnf

This could be really inefficient on a server with thousands of tables when you want just the one





Follow ups

References