phpmyadmin/test/classes/Controllers/Import
Maximilian Krög 827f371949
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>
2026-03-15 21:45:36 +01:00
..
ImportControllerTest.php Call PHPUnit static methods using static calls 2024-10-12 14:28:22 -03:00
SimulateDmlControllerTest.php Reduce memory consumption of simulate query feature 2026-03-15 21:45:36 +01:00