[wp-trac] [WordPress Trac] #19387: post_content_filtered should be longtext

WordPress Trac wp-trac at lists.automattic.com
Mon Jan 2 16:04:43 UTC 2012


#19387: post_content_filtered should be longtext
--------------------------+------------------------------
 Reporter:  ejdanderson   |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  Database      |     Version:  1.5
 Severity:  normal        |  Resolution:
 Keywords:  has-patch     |
--------------------------+------------------------------

Comment (by nacin):

 Simply changing it in $wp_queries will be enough for dbDelta() to run the
 ALTER, so we don't need the separate ALTER in the upgrade routine.

 That also means we can't actually apply this only to new installs, and not
 old installs. I think that will be okay, but we should look into how slow
 this kind of ALTER is depending on the size of the post table. (Does it
 help that this field will nearly always be empty?)

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/19387#comment:10>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list