[wp-trac] [WordPress Trac] #12264: links truncated: link_url column in wp_links table -- datatype too small

WordPress Trac wp-trac at lists.automattic.com
Thu Feb 18 10:32:19 UTC 2010


#12264: links truncated: link_url column in wp_links table -- datatype too small
--------------------------+-------------------------------------------------
 Reporter:  goto10        |       Owner:                          
     Type:  defect (bug)  |      Status:  new                     
 Priority:  normal        |   Milestone:  Future Release          
Component:  General       |     Version:  2.9.2                   
 Severity:  normal        |    Keywords:  2nd-opinion dev-feedback
--------------------------+-------------------------------------------------
Changes (by dd32):

  * keywords:  links, wp_links => 2nd-opinion dev-feedback
  * milestone:  Unassigned => Future Release


Comment:

 Strangely enough, 255 is actually the correct url length limitation.

 That being said, Its rare for modern applications to adhere to that
 standard.

 Is there any particular reason this could not be stored as some form of
 TEXT field, or is it simply more memory efficient to use a VARCHAR
 instead?

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


More information about the wp-trac mailing list