[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:01:31 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       |  
----------------------------+-----------------------------------------------
Changes (by jamescollins):
  * keywords:  => has-patch
Comment:
 You can test this patch by deleting the following records from the
 database (if they exist) before applying the patch:
 {{{
 wp_sitemeta:
     update_plugins
     update_themes
     update_core
     dismissed_update_core
 }}}
 {{{
 wp_1_options:
     _transient_update_plugins
     _transient_update_themes
     _transient_update_core
     _transient_dismissed_update_core
 }}}
 Then load the dashboard of blog id 1. You will notice the wp_sitemeta and
 wp_1_options records are both created.
 If you then delete the above records again, then apply the patch, then
 reload blog id 1's dashboard, you should see only the wp_sitemeta records
 being recreated.
-- 
Ticket URL: <http://trac.mu.wordpress.org/ticket/1065#comment:1>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser
    
    
More information about the wpmu-trac
mailing list