MySQL error code
MySQL error 3964
MySQL server error 3964 is ER_WARN_DEPRECATED_SQL_CALC_FOUND_ROWS, reported with SQLSTATE HY000.
SQL_CALC_FOUND_ROWS is deprecated and will be removed in a future release. Consider using two separate queries instead.
| Error | 3964 |
|---|---|
| Name | ER_WARN_DEPRECATED_SQL_CALC_FOUND_ROWS |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference