[mythtv-commits] Ticket #3113: HouseKeeper - Add cleanup of recordedmarkup and recordedseek

MythTV mythtv at cvs.mythtv.org
Fri Mar 9 06:32:06 UTC 2007


#3113: HouseKeeper - Add cleanup of recordedmarkup and recordedseek
----------------------------------------------+-----------------------------
 Reporter:  sphery <mtdean at thirdcontact.com>  |        Owner:  cpinkham
     Type:  enhancement                       |       Status:  new     
 Priority:  minor                             |    Milestone:  unknown 
Component:  mythtv                            |      Version:  head    
 Severity:  medium                            |   Resolution:          
----------------------------------------------+-----------------------------

Comment(by sphery <mtdean at thirdcontact.com>):

 mythtv-CleanupRecordedTables-
 recordedmarkup_and_recordedseek-20070307.patch is an updated patch that
 handles the different meaning of starttime in recorded{markup,seek}.  It
 does so by specifying both tablenames and join columns in the tables
 array.

 If you would prefer leaving HouseKeeper::CleanupRecordedTables() as is and
 adding a different function for cleaning recorded{markup,seek} (or if you
 have a cleaner approach for adding the new tables to the existing
 function/specifying the join column), please let me know and I'll code it
 that way.  Really, the only difference between the existing code and the
 new code provided by the patch is adding two new tables to the array and
 specifying a join column.  All the other code is "scalability" changes to
 handle the recordedseek table (which can have millions of rows, so should
 not be joined with recorded).

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/3113#comment:3>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list