[mythtv-commits] mythtv/master commit: e4f6977f9 by Michael T. Dean (sphery)

MythTV noreply at mythtv.org
Fri Jan 14 19:24:42 UTC 2011


      Author:  Michael T. Dean <mdean at mythtv.org>
 Change Date:  2011-01-14T11:23:35-08:00
   Push Date:  2011/01/14 11:24:35 -0800
  Repository:  mythtv
      Branch:  master
New Revision:  e4f6977f984cab254ecedf3e9e057585fcd1756b
   Changeset:  https://github.com/MythTV/mythtv/commit/e4f6977f9

Log:

Fix historical programgenres.starttime definition.

In SHA1: 81f3a7e0586df4ca9c0880480a30f9b3faa1036b , I modified timestamp
column definitions to explicitly specify properties, as would be interpreted
by current MySQL (5.0+).  However, programgenres.starttime was created back
when MySQL used different defaults, and based on its current definition was
meant to use the old MySQL defaults.

This changes the historical column definition to reflect the desired usage.
However, because the column has since been changed to a datetime, it has no
effect on current databases.

Modified:

   mythtv/libs/libmythtv/dbcheck.cpp



More information about the mythtv-commits mailing list