[mythtv-commits] Ticket #2180: Schema upgrade to today's svn fails with 0.19-fixes database

MythTV mythtv at cvs.mythtv.org
Wed Aug 16 21:37:46 UTC 2006


#2180: Schema upgrade to today's svn fails with 0.19-fixes database
--------------------------------------+-------------------------------------
 Reporter:  wmunson at rochester.rr.com  |        Owner:  ijr   
     Type:  defect                    |       Status:  closed
 Priority:  minor                     |    Milestone:        
Component:  mythtv                    |      Version:  head  
 Severity:  medium                    |   Resolution:  fixed 
--------------------------------------+-------------------------------------
Changes (by danielk):

  * status:  new => closed
  * resolution:  => fixed

Comment:

 (In [10790]) Fixes #2180. Makes some of the DB schema updates more robust.

 It appears the issues were not due to a pure upgrade from 0.19-fixes, but
 this just adds the "IF NOT EXISTS" we normally use for table creation a
 table creation and uses "INSERT IGNORE" in the recordedseek update instead
 of a straight "INSERT".

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/2180#comment:3>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list