MySQL error code
MySQL error 3176
MySQL server error 3176 is ER_ERROR_ON_MODIFYING_GTID_EXECUTED_TABLE, reported with SQLSTATE HY000.
Please do not modify the %s table with an XA transaction. This is an internal system table used to store GTIDs for committed transactions. Although modifying it can lead to an inconsistent GTID state, if necessary you can modify it with a non-XA transaction.
| Error | 3176 |
|---|---|
| Name | ER_ERROR_ON_MODIFYING_GTID_EXECUTED_TABLE |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference