MySQL error code
MySQL error 3199
MySQL server error 3199 is ER_BINLOG_UNSAFE_XA, reported with SQLSTATE HY000.
Statement is unsafe because it is being used inside a XA transaction. Concurrent XA transactions may deadlock on replicas when replicated using statements.
| Error | 3199 |
|---|---|
| Name | ER_BINLOG_UNSAFE_XA |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference