Branch: refs/heads/QA_5_2
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: bf68e1e1716fb9bc7c7d68bd04caf93839210944
https://github.com/phpmyadmin/phpmyadmin/commit/bf68e1e1716fb9bc7c7d68bd04caf93839210944
Author: Maximilian Krög <[email protected]>
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 <[email protected]>

Commit: 827f371949159b697b3b40474f069a1e18f28e7a
https://github.com/phpmyadmin/phpmyadmin/commit/827f371949159b697b3b40474f069a1e18f28e7a
Author: Maximilian Krög <[email protected]>
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 <[email protected]>

Commit: 33c5a2293a2fc1de15f19065ea40a513ef41bdf1
https://github.com/phpmyadmin/phpmyadmin/commit/33c5a2293a2fc1de15f19065ea40a513ef41bdf1
Author: William Desportes <[email protected]>
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 <[email protected]>

_______________________________________________
Git mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to