#19026 closed defect (bug) (fixed)

Don't use SHOW TABLES in is_blog_installed()

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

Description

Use a DESCRIBE loop

Attachments (1)

19026.diff (2.3 KB) - added by ryan 19 months ago.

Download all attachments as: .zip

Change History (3)

ryan19 months ago

  • Component changed from General to Database
  • 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.