MySQL generates `Division by 0 warnings` warnings when `rows_sent_sum` is 0 for some statements. ```sql Level: Warning Code: 1365 Message: Division by 0 ``` `rows_sent_sum` is 0 for statements like the following ```sql commit INSERT UPDATE DELETE ```
MySQL generates
Division by 0 warningswarnings whenrows_sent_sumis 0 for some statements.rows_sent_sumis 0 for statements like the following