MySQL error code
MySQL error 3746
MySQL server error 3746 is ER_TEMP_TABLE_PREVENTS_SWITCH_GLOBAL_BINLOG_FORMAT, reported with SQLSTATE HY000.
Changing @@global.binlog_format or @@persist.binlog_format is disallowed when any replication channel has open temporary table(s). You could wait until Replica_open_temp_tables = 0 and try again
| Error | 3746 |
|---|---|
| Name | ER_TEMP_TABLE_PREVENTS_SWITCH_GLOBAL_BINLOG_FORMAT |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference