holland-coredev team mailing list archive
-
holland-coredev team
-
Mailing list archive
-
Message #00035
[Bug 677718] Re: provider crawls all tables and excludes rather than just including specified tables
** Changed in: holland-backup
Status: New => Won't Fix
--
You received this bug notification because you are a member of Holland
Discuss, which is subscribed to holland-backup.
https://bugs.launchpad.net/bugs/677718
Title:
provider crawls all tables and excludes rather than just including specified tables
Status in Holland Backup Framework:
Won't Fix
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
References