[wpmu-trac] Re: [WordPress MU Trac] #751: Duplicate option_name and other wp_XX_options weirdness

WordPress MU Trac wpmu-trac at lists.automattic.com
Fri Oct 3 06:18:48 GMT 2008


#751: Duplicate option_name and other wp_XX_options weirdness
------------------------+---------------------------------------------------
 Reporter:  webmaestro  |        Owner:  somebody
     Type:  defect      |       Status:  new     
 Priority:  normal      |    Milestone:          
Component:  component1  |      Version:          
 Severity:  normal      |   Resolution:          
 Keywords:              |  
------------------------+---------------------------------------------------
Comment (by jamescollins):

 I have also noticed the multiple wp_option records. The problem was fixed
 in WPMU 2.6.2 (see [1489] for 2.6.x and [1490] for trunk).

 The change does this:

 {{{
 order by option_id asc in case there are duplicate values - this makes the
 most recent value overwrite the others in the array
 }}}

 When I was on WPMU 2.6.1 I noticed a few oddities with the KB Robots.txt
 plugin because it uses an autoload=no wp_option, which resulted in
 multiple options being added.

 Upgrading to WPMU 2.6.2 has fixed the problem for me.

-- 
Ticket URL: <http://trac.mu.wordpress.org/ticket/751#comment:1>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser


More information about the wpmu-trac mailing list