Topic: Support for views in backup
I created a view to simplify my SQL and discovered that views are not supported in the 2.4.7 backup utility, so I coded in generic support for backing up and restoring views.
I made changes in /admin/include/db/maintenance_db.inc and in /includes/db/connect_db_mysqli.inc
I don't know if my changes are generally useful, since FA seems to avoid views. If my changes are useful to anyone else, please let me know how/where I can post the changes.
p.s. The changes are pretty trivial and they are isolated to the backup/restore functions.