Seaquel
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.
Error1785
NameER_GTID_UNSAFE_NON_TRANSACTIONAL_TABLE
SQLSTATEHY000
GroupServer errors

Source: MySQL 8.4 Error Reference