Seaquel
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.
Error1693
NameER_BINLOG_UNSAFE_MIXED_STATEMENT
SQLSTATEHY000
GroupServer errors

Source: MySQL 8.4 Error Reference