Skip to content
Update MySQL Errors authored by Ruan's avatar Ruan
......@@ -254,9 +254,11 @@ If the database is on a broken storage device, then it will have to be replaced
### Can't find record in 'table'
Possibly a bug in MariaDB LTS 10.11.11 relating to `rowid_filter`. https://mariadb.com/kb/en/rowid-filtering-optimization/
There is a confirmed regression in MariaDB LTS 10.11.11 (and similar versions) relating to `rowid_filter`.
- https://jira.mariadb.org/browse/MDEV-27366
- https://mariadb.com/kb/en/rowid-filtering-optimization/
Try updating MariaDB server to latest non-LTS stable version. Otherwise:
Try updating MariaDB server to latest non-LTS stable version (11.x is unaffected). Otherwise:
Probably the result of database corruption, which tends to be caused by faulty storage / CPU / RAM.
......
......