MySQL error code
MySQL error 1693
MySQL server error 1693 is ER_BINLOG_UNSAFE_MIXED_STATEMENT, reported with SQLSTATE HY000.
Statement accesses nontransactional table as well as transactional or temporary table, and writes to any of them.
| Error | 1693 |
|---|---|
| Name | ER_BINLOG_UNSAFE_MIXED_STATEMENT |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference