MySQL error code
MySQL error 1670
MySQL server error 1670 is ER_BINLOG_UNSAFE_SYSTEM_TABLE, reported with SQLSTATE HY000.
The statement is unsafe because it uses the general log, slow query log, or performance_schema table(s). This is unsafe because system tables may differ on replicas.
| Error | 1670 |
|---|---|
| Name | ER_BINLOG_UNSAFE_SYSTEM_TABLE |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference