erland;206457 Wrote: > 2. Define the column as "text" instead of "varchar(255)", making it > deadlock the whole computer in a large collection.
As of MySQL 5.0.3 varchar columns can be up to 65,535 bytes in length. http://dev.mysql.com/doc/refman/5.0/en/char.html -- JJZolx Jim ------------------------------------------------------------------------ JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10 View this thread: http://forums.slimdevices.com/showthread.php?t=35815 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
