MySQL error code
MySQL error 4010
MySQL server error 4010 is ER_BINLOG_UNSAFE_ACL_TABLE_READ_IN_DML_DDL, reported with SQLSTATE HY000.
The statement is unsafe because it updates a table depending on ACL table read operation. As storage engine row locks are skipped for ACL table, it may not have same effect on source and replica.
| Error | 4010 |
|---|---|
| Name | ER_BINLOG_UNSAFE_ACL_TABLE_READ_IN_DML_DDL |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference