[mythtv-commits] Ticket #3419: MythArchive archiveitem database scheme truncates file sizes at 4GB

MythTV mythtv at cvs.mythtv.org
Mon May 7 20:46:17 UTC 2007


#3419: MythArchive archiveitem database scheme truncates file sizes at 4GB
-------------------------+--------------------------------------------------
 Reporter:  anonymous    |        Owner:  paulh  
     Type:  defect       |       Status:  new    
 Priority:  minor        |    Milestone:  unknown
Component:  mytharchive  |      Version:  head   
 Severity:  low          |   Resolution:         
-------------------------+--------------------------------------------------

Comment(by paulh):

 This patch isn't quite right. It works but more by luck than judgment I
 think. It will remove the existing table completely and replace it with
 the new one deleting any records in the table in the process. The proper
 way to do it is to just alter the column type which will leave the records
 if any exist intact.

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


More information about the mythtv-commits mailing list