[mythtv-commits] Ticket #4402: rev 15257 dbcheck.cpp - varchar(512) too big for mysql<5.x?

MythTV mythtv at cvs.mythtv.org
Tue Jan 1 05:11:00 UTC 2008


#4402: rev 15257 dbcheck.cpp - varchar(512) too big for mysql<5.x?
--------------------+-------------------------------------------------------
 Reporter:  glg20   |       Owner:  ijr    
     Type:  defect  |      Status:  new    
 Priority:  minor   |   Milestone:  unknown
Component:  mythtv  |     Version:  unknown
 Severity:  medium  |     Mlocked:  0      
--------------------+-------------------------------------------------------
 [http://svn.mythtv.org/trac/browser/trunk/mythtv/libs/libmythtv/dbcheck.cpp?rev=15257#L3315]

 rev 15257 adding db schema 1203 in file dhcheck.cpp, line 3315:

 filepath varchar(512) NOT NULL default '',

 Trying to create this varchar(512) column is breaking my install from svn
 since I'm using mysql 4.x on a remote machine.

 as I understand it you need MySQL 5.x to get varchar over 256.

 Can that column be a text or blob type?

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/4402>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list