diff options
author | Sergei Golubchik <serg@mariadb.org> | 2018-06-28 14:07:51 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2018-06-28 14:07:51 +0200 |
commit | 44d1cada126a740abf745be53f485de29feb54a3 (patch) | |
tree | 65d508a77e7fd488f795f6770c54250861fdc10f | |
parent | be5698265a4195586142d1a34fdd1cce9d95d8a1 (diff) | |
parent | 3d4beee1a98cebd6eb566e38569e19599c2b9a98 (diff) | |
download | mariadb-git-44d1cada126a740abf745be53f485de29feb54a3.tar.gz |
Merge branch '10.0' into 10.1
-rw-r--r-- | sql/sql_class.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h index 6d3f0965df0..ab721fd0585 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -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; } |