[mythtv-commits] Ticket #10314: Datatype programmatical bug in mythconverg database videometadata table

MythTV noreply at mythtv.org
Mon Feb 6 22:24:00 UTC 2012


#10314: Datatype programmatical bug in mythconverg database videometadata table
--------------------------------------+-------------------------
 Reporter:  hodosiszabolcs@…          |          Owner:
     Type:  Bug Report - Crash        |         Status:  closed
 Priority:  trivial                   |      Milestone:  unknown
Component:  MythTV - General          |        Version:  0.24.1
 Severity:  low                       |     Resolution:  Invalid
 Keywords:  database                  |  Ticket locked:  0
--------------------------------------+-------------------------
Changes (by cpinkham):

 * priority:  critical => trivial
 * status:  new => closed
 * resolution:   => Invalid
 * severity:  medium => low


Comment:

 MySQL uses '0000-00-00' as a special 'zero' value to allow storing a NULL
 value in a Date field.  It also allows a similar '00:00:00' in Time
 fields, and other formats specified in the official MySQL docs at bottom
 of the page at the link below.

 http://dev.mysql.com/doc/refman/5.0/en/date-and-time-types.html

 Closing ticket as invalid.

 Not Sorry.

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/10314#comment:1>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list