MySQL error code
MySQL error 1884
MySQL server error 1884 is ER_GTID_UNSAFE_BINLOG_SPLITTABLE_STATEMENT_AND_ASSIGNED_GTID, reported with SQLSTATE HY000.
Cannot execute statement because it needs to be written to the binary log as multiple statements, and this is not allowed when @@SESSION.GTID_NEXT == 'UUID:NUMBER'.
| Error | 1884 |
|---|---|
| Name | ER_GTID_UNSAFE_BINLOG_SPLITTABLE_STATEMENT_AND_ASSIGNED_GTID |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference