Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-15744

Not all sql querys need to free memory

    XMLWordPrintable

Details

    Description

      There are files like

      https://github.com/phpbb/phpbb/blob/master/phpBB/phpbb/db/migration/data/v320/remove_outdated_media.php

      https://github.com/phpbb/phpbb/blob/master/phpBB/phpbb/db/migration/data/v330/remove_attachment_flash.php

      where UPDATE/DELETE querys where memory are liberated.

       

      Free should be used only after SELECT, SHOW, EXPLAIN, and DESCRIBE

      Attachments

        Activity

          People

            Derky Derky
            rubencm rubencm
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: