Merge branch '10.0' into 10.1

This commit is contained in:
Sergei Golubchik 2018-06-28 14:07:51 +02:00
commit 44d1cada12

View File

@ -5526,8 +5526,6 @@ inline int handler::ha_ft_read(uchar *buf)
inline int handler::ha_rnd_pos_by_record(uchar *buf)
{
int error= rnd_pos_by_record(buf);
if (!error)
update_rows_read();
table->status=error ? STATUS_NOT_FOUND: 0;
return error;
}