Changes
Page history
Update MySQL Errors
authored
May 26, 2025
by
Ruan
Hide whitespace changes
Inline
Side-by-side
MySQL-Errors.md
View page @
c8d0fe9a
...
...
@@ -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.
...
...
...
...