Opened 15 years ago
Closed 11 years ago
#14273 closed enhancement (wontfix)
maybe_create_table cleanup
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 3.0 |
| Component: | Database | Keywords: | |
| Focuses: | Cc: |
Description
Cleaned up maybe_create_table() - no more iterations.
Cheers. Dragoonis aka Dr4g(irc).
Attachments (5)
Change History (13)
#4
@
15 years ago
- Keywords needs-refresh added
- Milestone changed from Awaiting Review to Future Release
#5
@
13 years ago
- Keywords needs-refresh removed
- Owner set to pento
- Status changed from new to assigned
New patch cleans up the code, updates to use prepare() instead of escape().
#7
@
11 years ago
- Keywords commit 4.1-early added
attachment:14273.diff updates patch to apply cleanly against trunk.
#8
@
11 years ago
- Keywords has-patch commit 4.1-early removed
- Milestone Future Release deleted
- Resolution set to wontfix
- Status changed from assigned to closed
install-helper.php is a historical artifact - we'll probably remove it in the future.
maybe_create_table() is defined in wp-admin/includes/upgrade.php, and uses the SHOW TABLES LIKE %s method.
Note: See
TracTickets for help on using
tickets.
Ignore the .php attachment.