Opened 16 years ago

Last modified 16 years ago

#4402 closed defect

rev 15257 dbcheck.cpp - varchar(512) too big for mysql<5.x? — at Initial Version

Reported by: glg20 Owned by: Isaac Richards
Priority: minor Milestone: unknown
Component: mythtv Version: unknown
Severity: medium Keywords: 1203 schema column too big text blob
Cc: Ticket locked: no

Description

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?

Change History (0)

Note: See TracTickets for help on using tickets.