MySQL error code
MySQL error 1099
MySQL server error 1099 is ER_TABLE_NOT_LOCKED_FOR_WRITE, reported with SQLSTATE HY000.
Table '%s' was locked with a READ lock and can't be updated
| Error | 1099 |
|---|---|
| Name | ER_TABLE_NOT_LOCKED_FOR_WRITE |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference