[mythtv-commits] mythtv commit: r10790 by danielk

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


      Author: danielk
        Date: 2006-08-16 21:37:44 +0000 (Wed, 16 Aug 2006)
New Revision: 10790
   Changeset: http://cvs.mythtv.org/trac/changeset/10790

Modified:

   trunk/mythtv/libs/libmythtv/dbcheck.cpp

Log:

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".






More information about the mythtv-commits mailing list