MySQL error code
MySQL error 1500
MySQL server error 1500 is ER_SUBPARTITION_ERROR, reported with SQLSTATE HY000.
It is only possible to mix RANGE/LIST partitioning with HASH/KEY partitioning for subpartitioning
| Error | 1500 |
|---|---|
| Name | ER_SUBPARTITION_ERROR |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference