MySQL error code
MySQL error 1785
MySQL server error 1785 is ER_GTID_UNSAFE_NON_TRANSACTIONAL_TABLE, reported with SQLSTATE HY000.
Statement violates GTID consistency: Updates to non-transactional tables can only be done in either autocommitted statements or single-statement transactions, and never in the same statement as updates to transactional tables.
| Error | 1785 |
|---|---|
| Name | ER_GTID_UNSAFE_NON_TRANSACTIONAL_TABLE |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference