I can confirm it's not an issue with MySQL 4.1 or higher, only older
versions of mysql.
I think it's better if we don't use a BLOB column because that's
overkill and those columns can have adverse affects on various dbs and
in general don't perform as well as a fixed varchar column. I think we
are probably okay just putting a note in the upgrade/install guide about
fixing that column to 255 if the user has an old mysql installation,
otherwise I suggest we just make the column 255 by default.
-- Allen
Anil Gangolli wrote:
I suspect it is not an issue with MySQL 4.1, I think it's MySQL 4.0.x.
Note the current 4.x version is 4.1.21. 4.0 is considered two releases
old now.
--a.
----- Original Message ----- From: "Dave" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Thursday, September 28, 2006 6:57 AM
Subject: Roller 3.0 RC2 issues
Looks like it's time for round of fixes and a new RC.
http://rollerweblogger.org/wiki/Wiki.jsp?page=Roller30Testing
Any comments on those bugs?
What about the MySQL 4 problem with the pagemodels field? Should we
make that field a CLOB just to satisfy MySQL 4?
- Dave