Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#19026 closed defect (bug) (fixed)

Don't use SHOW TABLES in is_blog_installed()

Reported by: ryan's profile ryan Owned by: ryan's profile ryan
Milestone: 3.3 Priority: normal
Severity: normal Version: 3.2.1
Component: Database Keywords:
Focuses: Cc:

Description

Use a DESCRIBE loop

Attachments (1)

19026.diff (2.3 KB) - added by ryan 13 years ago.

Download all attachments as: .zip

Change History (3)

@ryan
13 years ago

#1 @scribu
13 years ago

  • Component changed from General to Database

#2 @ryan
13 years ago

  • Owner set to ryan
  • Resolution set to fixed
  • Status changed from new to closed

In [19039]:

Don't use unbounded SHOW TABLES in is_blog_installed(). Do a more targeted DESCRIBE loop over the blog table list. fixes #19026

Note: See TracTickets for help on using tickets.