[wp-hackers] Options table' varchar 64.

J.D. Grimes jdg at codesymphony.co
Tue Jun 24 14:06:02 UTC 2014


This is something that you need to change in the database table’s schema directly. So you need to run a single ALTER TABLE query. You don’t want to be running this every page load. If this is part of a plugin, you should do it on activation.

Also, see https://core.trac.wordpress.org/ticket/13310

-J.D.

On Jun 24, 2014, at 9:42 AM, Haluk Karamete <halukkaramete at gmail.com> wrote:

> Is there a harm to change the options table so that the field names for the
> transients  can have varchar 128 as opposed to varchar 64  and  if that's
> okay, what's the best way to do this?
> 
> In other words, what would be  the best or the earliest hook for this kind
> of s change? Or should this be done at wp-config?
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers



More information about the wp-hackers mailing list