-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Open
Labels
BugA problem or regression with an existing featureA problem or regression with an existing featureaffects/5.2This issue or pull-request affects 5.2.x releases (and maybe further versions)This issue or pull-request affects 5.2.x releases (and maybe further versions)affects/6.0This issue or pull-request affects 6.0.x releases (and maybe further versions)This issue or pull-request affects 6.0.x releases (and maybe further versions)
Description
Describe the bug
Simulate DELETE in a large table with million of rows gives error 500.
To Reproduce
Steps to reproduce the behavior:
- Create a large table
- Simulate a delete query
- See error
Expected behavior
No error should be given and simulate should give the row count that will be deleted.
Screenshots
Server configuration
- phpMyAdmin version: 5.2.2-dev, 6.0.0-dev
Additional context
5.2.2-dev:
PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 49152 bytes) in /libraries/classes/Dbal/DbiMysqli.php on line 209
6.0.0-dev:
PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 27279360 bytes) in /src/Dbal/DbiMysqli.php on line 171
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BugA problem or regression with an existing featureA problem or regression with an existing featureaffects/5.2This issue or pull-request affects 5.2.x releases (and maybe further versions)This issue or pull-request affects 5.2.x releases (and maybe further versions)affects/6.0This issue or pull-request affects 6.0.x releases (and maybe further versions)This issue or pull-request affects 6.0.x releases (and maybe further versions)
