Branch: refs/heads/QA_5_2 Home: https://github.com/phpmyadmin/phpmyadmin Commit: bf68e1e1716fb9bc7c7d68bd04caf93839210944 https://github.com/phpmyadmin/phpmyadmin/commit/bf68e1e1716fb9bc7c7d68bd04ca... Author: Maximilian Krög <maxi_kroeg@web.de> Date: 2026-03-15 (Sun, 03 March 2026) +01:00 Changed paths: M js/src/sql.js Log Message: ----------- Fix scrolling after clicking link in simulate query modal Signed-off-by: Maximilian Krög <maxi_kroeg@web.de> Commit: 827f371949159b697b3b40474f069a1e18f28e7a https://github.com/phpmyadmin/phpmyadmin/commit/827f371949159b697b3b40474f06... Author: Maximilian Krög <maxi_kroeg@web.de> Date: 2026-03-15 (Sun, 03 March 2026) +01:00 Changed paths: M libraries/classes/Import/SimulateDml.php M phpstan-baseline.neon M test/classes/Controllers/Import/SimulateDmlControllerTest.php Log Message: ----------- Reduce memory consumption of simulate query feature Use a separate query to count changed rows. Wrap select query with limit with a select * query which enables paging for the displayed rows. Signed-off-by: Maximilian Krög <maxi_kroeg@web.de> Commit: 33c5a2293a2fc1de15f19065ea40a513ef41bdf1 https://github.com/phpmyadmin/phpmyadmin/commit/33c5a2293a2fc1de15f19065ea40... Author: William Desportes <williamdes@wdes.fr> Date: 2026-04-09 (Thu, 04 April 2026) +02:00 Changed paths: M js/src/sql.js M libraries/classes/Import/SimulateDml.php M phpstan-baseline.neon M test/classes/Controllers/Import/SimulateDmlControllerTest.php Log Message: ----------- Merge #20238 - Fix #18941 - Reduce simulate-query memory Pull-request: #20238 Fixes: #18941 Signed-off-by: William Desportes <williamdes@wdes.fr>