Seaquel
MySQL error code

MySQL error 3748

MySQL server error 3748 is ER_CLIENT_GTID_UNSAFE_CREATE_DROP_TEMP_TABLE_IN_TRX_IN_SBR, reported with SQLSTATE HY000.

Statement violates GTID consistency: CREATE TEMPORARY TABLE and DROP TEMPORARY TABLE are not allowed inside a transaction or inside a procedure in a transactional context when @@session.binlog_format=STATEMENT.
Error3748
NameER_CLIENT_GTID_UNSAFE_CREATE_DROP_TEMP_TABLE_IN_TRX_IN_SBR
SQLSTATEHY000
GroupServer errors

Source: MySQL 8.4 Error Reference