MySQL error code
MySQL error 1692
MySQL server error 1692 is ER_BINLOG_UNSAFE_MULTIPLE_ENGINES_AND_SELF_LOGGING_ENGINE, reported with SQLSTATE HY000.
Mixing self-logging and non-self-logging engines in a statement is unsafe.
| Error | 1692 |
|---|---|
| Name | ER_BINLOG_UNSAFE_MULTIPLE_ENGINES_AND_SELF_LOGGING_ENGINE |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference