[mythtv-commits] Ticket #3094: error with sql schema update

MythTV mythtv at cvs.mythtv.org
Wed Mar 7 07:36:15 UTC 2007


#3094: error with sql schema update
------------------------------------+---------------------------------------
 Reporter:  johnjaylward at yahoo.com  |        Owner:  ijr    
     Type:  defect                  |       Status:  closed 
 Priority:  minor                   |    Milestone:  unknown
Component:  mythtv                  |      Version:  0.20   
 Severity:  high                    |   Resolution:  fixed  
------------------------------------+---------------------------------------
Changes (by cpinkham):

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


Comment:

 (In [12958]) Don't specify default values for the fromclause/whereclause
 text fields.

 Early MySQL v5.x versions silently allowed this.  Later MySQL versions
 give
 a warning in non-strict mode and error out when the server is in strict
 mode.

 The code that uses this table always specifies both columns so there
 shouldn't
 be a need for the default value if it is going to cause some people to get
 errors trying to upgrade their DB.

 Closes #3094.

 References MySQL docs and bugs:

    http://bugs.mysql.com/bug.php?id=19498
    http://bugs.mysql.com/bug.php?id=26798
    http://dev.mysql.com/doc/refman/5.0/en/blob.html

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/3094#comment:1>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list