mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
cleanup: hide HA_ERR_RECORD_DELETED in ha_rnd_next()
it's internal storage engine error, don't let it leak into the upper layer.
This commit is contained in:
@ -2743,11 +2743,7 @@ int collect_statistics_for_table(THD *thd, TABLE *table)
|
||||
break;
|
||||
|
||||
if (rc)
|
||||
{
|
||||
if (rc == HA_ERR_RECORD_DELETED)
|
||||
continue;
|
||||
break;
|
||||
}
|
||||
|
||||
for (field_ptr= table->field; *field_ptr; field_ptr++)
|
||||
{
|
||||
|
Reference in New Issue
Block a user