[wpmu-trac] [WordPress MU Trac] #1065: Duplicate wp_x_options and wp_sitemeta records for update_core, update_plugins, update_themes and dismissed_update_core

WordPress MU Trac wpmu-trac at lists.automattic.com
Fri Jul 17 01:23:39 UTC 2009


#1065: Duplicate wp_x_options and wp_sitemeta records for update_core,
update_plugins, update_themes and dismissed_update_core
-------------------------------------+--------------------------------------
 Reporter:  jamescollins             |        Owner:  somebody
     Type:  defect                   |       Status:  new     
 Priority:  normal                   |    Milestone:  2.8.1a  
Component:  Administration           |      Version:  2.8.1   
 Severity:  normal                   |   Resolution:          
 Keywords:  has-patch, dev-feedback  |  
-------------------------------------+--------------------------------------
Changes (by jamescollins):

  * keywords:  has-patch => has-patch, dev-feedback

Comment:

 I have just noticed (as per http://core.trac.wordpress.org/ticket/9048)
 that the dismissed_update_core isn't stored as a transient like the other
 3 update_* options are (it's a normal wp_option).

 I have revised the patch to cater for this (see {{{1065_2.diff}}}).

 So to test this before/after, the use the following records instead:

 {{{
 wp_sitemeta:
     update_plugins
     update_themes
     update_core
     dismissed_update_core
 }}}


 {{{
 wp_1_options:
     _transient_update_plugins
     _transient_update_themes
     _transient_update_core
     dismissed_update_core
 }}}

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


More information about the wpmu-trac mailing list