Bug #108583 Add a check for delete statemeents
Submitted: 22 Sep 2022 18:48 Modified: 23 Sep 2022 11:56
Reporter: Steven Schindler Email Updates:
Status: Unsupported Impact on me:
None 
Category:MySQL Server Severity:S4 (Feature request)
Version: OS:Any
Assigned to: CPU Architecture:Any

[22 Sep 2022 18:48] Steven Schindler
Description:
Add a test for Delete statements. Have the check be off by default but give the user the option to turn it on. The check could be something as simple as a single line "Are you sure?"

How to repeat:
N/A feature request
[23 Sep 2022 11:56] MySQL Verification Team
Hi Mr. Schindler,

Thank you very much for your feature request.

And, no, we have never got any suggestion like this one. That is because SQL standard does not stipulate any interactive environment between the server and the applications.

You have chosen a category of 'MySQL Server' and that product does not have any interactive facilities. Those facilities will never be available for our client-side utilities, because they are designed for Database Administrators and System Administrators, but not for the end users.

It is the front-end application that should have the functionality of making sure that removal of or any other changes in the rows is a desired action. These are the actions left to the end users and not to programmers or the administrators.