MySQL error code
MySQL error 1675
MySQL server error 1675 is ER_BINLOG_UNSAFE_NONTRANS_AFTER_TRANS, reported with SQLSTATE HY000.
Statement is unsafe because it accesses a non-transactional table after accessing a transactional table within the same transaction.
| Error | 1675 |
|---|---|
| Name | ER_BINLOG_UNSAFE_NONTRANS_AFTER_TRANS |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference