[wp-trac] [WordPress Trac] #13099: deleting blog on some versions of mysql requires escaping

WordPress Trac wp-trac at lists.automattic.com
Sat Apr 24 04:13:25 UTC 2010


#13099: deleting blog on some versions of mysql requires escaping
--------------------------+-------------------------------------------------
 Reporter:  wpmuguru      |       Owner:     
     Type:  defect (bug)  |      Status:  new
 Priority:  high          |   Milestone:  3.0
Component:  Multisite     |     Version:     
 Severity:  major         |    Keywords:     
--------------------------+-------------------------------------------------
 Some versions of MySQL treat _% as a wildcard in the SHOW TABLES command.
 The delete blog function uses _% to determine which tables to drop.
 Escaping the _ causes MySQL to treat it as a literal rather than a
 wildcard.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/13099>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list