MySQL error code
MySQL error 1511
MySQL server error 1511 is ER_REORG_NO_PARAM_ERROR, reported with SQLSTATE HY000.
REORGANIZE PARTITION without parameters can only be used on auto-partitioned tables using HASH PARTITIONs
| Error | 1511 |
|---|---|
| Name | ER_REORG_NO_PARAM_ERROR |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference