[mythtv-commits] mythtv commit: r13570 by cpinkham

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Mon Jun 4 03:48:23 UTC 2007


      Author: cpinkham
        Date: 2007-06-04 03:48:22 +0000 (Mon, 04 Jun 2007)
New Revision: 13570
   Changeset: http://cvs.mythtv.org/trac/changeset/13570

Modified:

   trunk/mythtv/programs/mythbackend/housekeeper.cpp

Log:

Add recodedmarkup and recordedseek tables to the list of tables cleaned up
by the HouseKeeper::CleanupRecordedTables() task.  Also rework this method
so that it does not directly join against the recorded table since these
new tables are very large and a join would lock the recorded table for
update for an extended period of time which is undesirable.

Closes #3113 using patch by Michael T. Dean.






More information about the mythtv-commits mailing list