summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2018-06-28 22:21:50 +0200
committerSergei Golubchik <serg@mariadb.org>2018-06-28 22:46:12 +0200
commit1dd3c8f8ba49ec06e550d7376d27ff05ce024bec (patch)
treee9130a52d9bf7218c93e2599959fd6fc371617cf /sql/sql_class.h
parent04677f44c7a0faee366de265c92175daadf45bc9 (diff)
parent45cabf10175da1ae2d158ea17ccd6e19f461d6f4 (diff)
downloadmariadb-git-1dd3c8f8ba49ec06e550d7376d27ff05ce024bec.tar.gz
Merge branch '10.1' into 10.2
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r--sql/sql_class.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h
index b377d74445f..6663d9e3b34 100644
--- a/sql/sql_class.h
+++ b/sql/sql_class.h
@@ -5809,8 +5809,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;
}