MySQL error code
MySQL error 1841
MySQL server error 1841 is ER_CANT_SET_GTID_PURGED_WHEN_OWNED_GTIDS_IS_NOT_EMPTY, reported with SQLSTATE HY000.
@@GLOBAL.GTID_PURGED can only be set when there are no ongoing transactions (not even in other clients).
| Error | 1841 |
|---|---|
| Name | ER_CANT_SET_GTID_PURGED_WHEN_OWNED_GTIDS_IS_NOT_EMPTY |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference