Bug #106519 Records Deleted from Table
Submitted: 20 Feb 2022 7:18 Modified: 22 Feb 2022 6:29
Reporter: Sovon Biswas Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server: DML Severity:S2 (Serious)
Version:7.4 OS:CentOS
Assigned to: CPU Architecture:Any

[20 Feb 2022 7:18] Sovon Biswas
Description:
Suddenly 150 records has been deleted from a table.
Checked the binlog and haven't found any such delete statement that can delete those specific records. 
Is there any other way to debug the issue?

How to repeat:
NA
[21 Feb 2022 6:41] MySQL Verification Team
We're sorry, but the bug system is not the appropriate forum for asking help on using MySQL products. Your problem is not the result of a bug.

For details on getting support for MySQL products see http://www.mysql.com/support/
You can also check our forums (free) at http://forums.mysql.com/

Thank you for your interest in MySQL.
[22 Feb 2022 6:29] Sovon Biswas
Few days back 153 records deleted suddenly from student table. 
I have checked the mysqlbinlog file and haven't found any SQL that can delete those specific records. 
Is there any other process that can delete record without using WHERE clause. 
Because there is not such WHERE clause that can select only those 153 records. 

I am clue less. Please suggest.