[wp-trac] [WordPress Trac] #11464: MySQL 4.1.2 and automatic update...

WordPress Trac wp-trac at lists.automattic.com
Thu Dec 17 16:21:05 UTC 2009


#11464: MySQL 4.1.2 and automatic update...
-----------------------------+----------------------------------------------
 Reporter:  nickbohle        |       Owner:                         
     Type:  defect (bug)     |      Status:  new                    
 Priority:  high             |   Milestone:  2.9                    
Component:  Upgrade/Install  |     Version:  2.9                    
 Severity:  blocker          |    Keywords:  has-patch needs-testing
-----------------------------+----------------------------------------------

Comment(by TobiasBg):

 Severe typo here:
 {{{
 $mysql_version = $wpdb->db_version;
 }}}
 needs to be
 {{{
 $mysql_version = $wpdb->db_version();
 }}}
 Just ran into it, when trying to update to latest nightly build as
 announced by ryan.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/11464#comment:23>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list