MySQL error code
MySQL error 3725
MySQL server error 3725 is ER_REPLICA_POSSIBLY_DIVERGED_AFTER_DDL, reported with SQLSTATE HY000.
A commit for an atomic DDL statement was unsuccessful on the source and the replica. The replica supports atomic DDL statements but the source does not, so the action taken by the replica and source might differ. Check that their states have not diverged before proceeding.
| Error | 3725 |
|---|---|
| Name | ER_REPLICA_POSSIBLY_DIVERGED_AFTER_DDL |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference