MySQL error code
MySQL error 1672
MySQL server error 1672 is ER_BINLOG_UNSAFE_UDF, reported with SQLSTATE HY000.
Statement is unsafe because it uses a UDF which may not return the same value on the replica.
| Error | 1672 |
|---|---|
| Name | ER_BINLOG_UNSAFE_UDF |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference