MySQL error code
MySQL error 1671
MySQL server error 1671 is ER_BINLOG_UNSAFE_AUTOINC_COLUMNS, reported with SQLSTATE HY000.
Statement is unsafe because it invokes a trigger or a stored function that inserts into an AUTO_INCREMENT column. Inserted values cannot be logged correctly.
| Error | 1671 |
|---|---|
| Name | ER_BINLOG_UNSAFE_AUTOINC_COLUMNS |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference