Seaquel
MySQL error code

MySQL error 3745

MySQL server error 3745 is ER_TEMP_TABLE_PREVENTS_SWITCH_SESSION_BINLOG_FORMAT, reported with SQLSTATE HY000.

Changing @@session.binlog_format is disallowed when the session has open temporary table(s). You could wait until these temporary table(s) are dropped and try again.
Error3745
NameER_TEMP_TABLE_PREVENTS_SWITCH_SESSION_BINLOG_FORMAT
SQLSTATEHY000
GroupServer errors

Source: MySQL 8.4 Error Reference