Branch: refs/heads/QA_5_2 Home: https://github.com/phpmyadmin/phpmyadmin Commit: 33315fa209d9273902f29605bf525329a6408174 https://github.com/phpmyadmin/phpmyadmin/commit/33315fa209d9273902f29605bf52... Author: Maximilian Krög <maxi_kroeg@web.de> Date: 2026-07-05 (Sun, 07 July 2026) +02:00 Changed paths: M libraries/classes/Display/Results.php Log Message: ----------- Add missing limit 1 to foreign key display query Signed-off-by: Maximilian Krög <maxi_kroeg@web.de> Commit: b524b3ffefd8265d731a65dc6c853a4debdbb963 https://github.com/phpmyadmin/phpmyadmin/commit/b524b3ffefd8265d731a65dc6c85... Author: Maximilian Krög <maxi_kroeg@web.de> Date: 2026-07-05 (Sun, 07 July 2026) +02:00 Changed paths: M libraries/classes/Display/Results.php Log Message: ----------- Cache foreign key display values Avoid repeated sql queries for foreighn keys, speed things up when duplicate key values are in the result set to display. Signed-off-by: Maximilian Krög <maxi_kroeg@web.de> Commit: f4b28bcebfae8fff2390e221de1b1d0b0f74b356 https://github.com/phpmyadmin/phpmyadmin/commit/f4b28bcebfae8fff2390e221de1b... Author: Maurício Meneghini Fauth <mauricio@mfauth.com.br> Date: 2026-07-18 (Sat, 07 July 2026) -03:00 Changed paths: M libraries/classes/Display/Results.php Log Message: ----------- Merge pull request #20353 from MoonE/foreigh-key-display-cache Cache foreign key display values and add limit 1 to query