[wp-trac] Re: [WordPress Trac] #3900: Performance of the site

WordPress Trac wp-trac at lists.automattic.com
Mon Mar 5 15:24:02 GMT 2007


#3900: Performance of the site
--------------------------+-------------------------------------------------
 Reporter:  Xmion         |        Owner:  anonymous
     Type:  enhancement   |       Status:  new      
 Priority:  normal        |    Milestone:  2.2      
Component:  Optimization  |      Version:           
 Severity:  normal        |   Resolution:           
 Keywords:  Performance   |  
--------------------------+-------------------------------------------------
Comment (by ryan):

 Looks like we need to change dbDelta to handle the upgrade.

 {{{
 WordPress database error: [Duplicate key name 'link_id']
 ALTER TABLE wp_link2cat ADD UNIQUE link_id (link_id,category_id)


 WordPress database error: [Duplicate key name 'post_id']
 ALTER TABLE wp_post2cat ADD UNIQUE post_id (post_id,category_id)
 }}}

-- 
Ticket URL: <http://trac.wordpress.org/ticket/3900#comment:2>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list