-
Norvald H. Ryeng authored
FOR TABLE Problem: Deleting rows from an empty table with a MyISAM spatial index results in an error message about a corrupt index. The problem is that mi_rkey() treats all errors returned by rtree_find_first() as corruption errors. Fix: Don't raise an error if rtree_find_first() didn't find any rows.
Norvald H. Ryeng authoredFOR TABLE Problem: Deleting rows from an empty table with a MyISAM spatial index results in an error message about a corrupt index. The problem is that mi_rkey() treats all errors returned by rtree_find_first() as corruption errors. Fix: Don't raise an error if rtree_find_first() didn't find any rows.
Loading