MySQL error code
MySQL error 4092
MySQL server error 4092 is ER_INNODB_MAX_ROW_VERSION, reported with SQLSTATE HY000.
Maximum row versions reached for table %s. No more columns can be added or dropped instantly. Please use COPY/INPLACE.
| Error | 4092 |
|---|---|
| Name | ER_INNODB_MAX_ROW_VERSION |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference