MySQL error code
MySQL error 4080
MySQL server error 4080 is ER_CONCURRENT_PROCEDURE_USAGE, reported with SQLSTATE HY000.
The %s was called when there was already another concurrent call to this procedure. No action was taken. Wait for other calls to %s to finish before retrying.
| Error | 4080 |
|---|---|
| Name | ER_CONCURRENT_PROCEDURE_USAGE |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference