[wp-trac] [WordPress Trac] #30097: Unnecessary wildcard query when upgrading sites on a network
WordPress Trac
noreply at wordpress.org
Fri Oct 24 21:23:14 UTC 2014
#30097: Unnecessary wildcard query when upgrading sites on a network
--------------------------------+----------------------------------------
Reporter: jeremyfelt | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Future Release
Component: Networks and Sites | Version:
Severity: normal | Keywords: needs-patch good-first-bug
Focuses: multisite |
--------------------------------+----------------------------------------
From #24922
In `wp-admin/network/upgrade.php`, we use `SELECT * FROM` rather than
`SELECT blog_id FROM`, even though `blog_id` is the only field used after
the query.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/30097>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list