Build: #531 was successful Changes by Marc

Stages & jobs

  1. Default Stage

Code commits

phpBB Rhea

  • Marc

    Marc 9e7ad8639887a25bf73de857497c9b55cc3609a2

    Merge pull request #5509 from mrgoldy/ticket/15939
    [ticket/15939] Fix Pagination docblocks

  • Marc

    Marc 66f9c09ba502e39ceab72a4bcf98ee90371dc7aa

    Merge pull request #5512 from jasonmarlin/ticket/15941
    [ticket/15941] Replace MAX to speed up query in update_post_information

  • jasonmarlin <jason.marlin@gmail.com>

    jasonmarlin <jason.marlin@gmail.com> c43ad073e4902471637140dc782733da3b93bfa1 m

    [ticket/15941] Small change to induce rebuild
    PHPBB3-15941

    • phpBB/includes/functions_posting.php (version c43ad073e4902471637140dc782733da3b93bfa1)
  • jasonmarlin <jason.marlin@gmail.com>

    jasonmarlin <jason.marlin@gmail.com> a0f1ec852a987fb587cc07dc6910000c925db50d m

    [ticket/15941] Replace MAX SQL in functions_posting.php
    Replace MAX SQL function with faster query using order by and limit.
    The ajacent query could also be optimized to eliminate the usage of MAX.
    Note that adding a compound key as suggested by EXPLAIN SQL yields an
    improvement, but not nearly as fast as ORDER + LIMIT.

    PHPBB3-15941

    • phpBB/includes/functions_posting.php (version a0f1ec852a987fb587cc07dc6910000c925db50d)
  • jasonmarlin <jason.marlin@gmail.com>

    jasonmarlin <jason.marlin@gmail.com> cffdc8efff9f0c66e6640a42fc375b4662b44180 m

    [ticket/15941] Replace MAX to speed up query in update_post_information
    Replace MAX SQL function with faster query using order by and limit.
    The ajacent query could also be optimized to eliminate the usage of MAX.
    Note that adding a compound key as suggested by EXPLAIN SQL yields an
    improvement, but not nearly as fast as ORDER + LIMIT.

    PHPBB3-15941

    • phpBB/includes/functions_posting.php (version cffdc8efff9f0c66e6640a42fc375b4662b44180)
  • mrgoldy <gijsmartens1@gmail.com>

    mrgoldy <gijsmartens1@gmail.com> 8d8dbb21296aba33a0bd23fb924af0e23d24b8c4 m

    [ticket/15939] Pagination docblocks
    PHPBB3-15939

    • phpBB/phpbb/pagination.php (version 8d8dbb21296aba33a0bd23fb924af0e23d24b8c4)