[wpmu-trac] Re: [WordPress MU Trac] #354: duplicate option name (blogname) in options table

WordPress MU Trac wpmu-trac at lists.automattic.com
Thu Jun 14 04:32:09 GMT 2007


#354: duplicate option name (blogname) in options table
------------------------+---------------------------------------------------
 Reporter:  erdenozkan  |        Owner:  somebody
     Type:  defect      |       Status:  new     
 Priority:  normal      |    Milestone:          
Component:  component1  |      Version:          
 Severity:  normal      |   Resolution:          
 Keywords:              |  
------------------------+---------------------------------------------------
Comment (by Eroc):

 I believe I'm seeing the same issue on my mu server, however there are
 several duplicate values.


 {{{
 mysql> SELECT option_name
 FROM wordpress_test.wp_2_options
 GROUP BY option_name
 HAVING COUNT(option_name) > 1;

 +--------------------------------------+
 | option_name                          |
 +--------------------------------------+
 | blogname                             |
 | home                                 |
 | rss_0ff4b43bd116a9d8720d689c80e7dfd4 |
 | rss_867bd5c64f85878d03a060509cd2f92c |
 | rss_b58593e09b046de9794bc9ae15666ba6 |
 | siteurl                              |
 | upload_path                          |
 +--------------------------------------+
 7 rows in set (0.00 sec)
 }}}


 This appears to only affect blogs that were created after upgrading wpmu
 to 1.2.2

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


More information about the wpmu-trac mailing list