MySQL error code
MySQL error 1705
MySQL server error 1705 is ER_STMT_CACHE_FULL, reported with SQLSTATE HY000.
Multi-row statements required more than 'max_binlog_stmt_cache_size' bytes of storage; increase this mysqld variable and try again
| Error | 1705 |
|---|---|
| Name | ER_STMT_CACHE_FULL |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference