summaryrefslogtreecommitdiff
path: root/sql/handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/handler.h')
-rw-r--r--sql/handler.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sql/handler.h b/sql/handler.h
index 60c6195e68e..29171d391a6 100644
--- a/sql/handler.h
+++ b/sql/handler.h
@@ -3917,15 +3917,9 @@ protected:
virtual int close(void)=0;
inline void update_rows_read()
{
- if (likely(!internal_tmp_table))
- rows_read++;
- else
- rows_tmp_read++;
}
inline void update_index_statistics()
{
- index_rows_read[active_index]++;
- update_rows_read();
}
public: