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

MythTV mythtv at cvs.mythtv.org
Sun May 6 04:34:40 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          |  
-------------------------+--------------------------------------------------
 MythArchive can generally handle files over 4GB in size, however the size
 column of the archiveitems is only an unsigned int and thus has a maximum
 value of 4GB.  MySql will truncate larger values when they are inserted.

 Attached is a simple patch to fix the problem.

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


More information about the mythtv-commits mailing list