mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +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:
@ -280,11 +280,6 @@ bool select_unit::send_eof()
|
||||
error= 0;
|
||||
break;
|
||||
}
|
||||
if (unlikely(error == HA_ERR_RECORD_DELETED))
|
||||
{
|
||||
error= 0;
|
||||
continue;
|
||||
}
|
||||
break;
|
||||
}
|
||||
if (table->field[0]->val_int() != curr_step)
|
||||
|
Reference in New Issue
Block a user