MySQL error code
MySQL error 3231
MySQL server error 3231 is ER_WRITE_SET_EXCEEDS_LIMIT, reported with SQLSTATE HY000.
The size of writeset data for the current transaction exceeds a limit imposed by an external component. If using Group Replication check 'group_replication_transaction_size_limit'.
| Error | 3231 |
|---|---|
| Name | ER_WRITE_SET_EXCEEDS_LIMIT |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference