Changes between Initial Version and Version 1 of Ticket #4402
- Timestamp:
- 01/01/08 05:49:28 (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4402
- Property Resolution → wontfix
- Property Status new → closed
-
Ticket #4402 – Description
initial v1 1 [http://svn.mythtv.org/trac/browser/trunk/mythtv/libs/libmythtv/dbcheck.cpp?rev=15257#L3315]2 1 3 rev 15257 adding db schema 1203 in file dhcheck.cpp, line 3315: 2 >Trying to create this varchar(512) column is breaking my install from >svn since I'm using mysql 4.x on a remote machine. 3 > 4 >as I understand it you need MySQL 5.x to get varchar over 256. 4 5 5 filepath varchar(512) NOT NULL default '', 6 As of Dec 11th (announced on the -dev list) we no longer support MySQL versions prior to 5. 6 7 7 Trying to create this varchar(512) column is breaking my install from svn since I'm using mysql 4.x on a remote machine.8 9 as I understand it you need MySQL 5.x to get varchar over 256.10 11 Can that column be a text or blob type?
