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.
| Error | 3745 |
|---|---|
| Name | ER_TEMP_TABLE_PREVENTS_SWITCH_SESSION_BINLOG_FORMAT |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference