PDA

View Full Version : remove apparent limit to cache_url


danwanner
09-11-2007, 10:32 AM
The cache_url, though an MySQL 'text' data type, seems to employ a numerical c=xxxxxxxxxx limit of 10. How do I remove this limit? I'm I misunderstanding this? I want to have the potential to use a 20 digit number.

I would very appreciate some assistance with this. Thank you.

James
09-11-2007, 04:08 PM
text field has a limit of 65000 bytes so I dont think it is the field but you could always got to MEDIUMTEXT to see.