diff options
Diffstat (limited to 'sql/ha_partition.h')
-rw-r--r-- | sql/ha_partition.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/ha_partition.h b/sql/ha_partition.h index 30dd24b6014..1d3f9c14c79 100644 --- a/sql/ha_partition.h +++ b/sql/ha_partition.h @@ -691,6 +691,7 @@ public: virtual int rnd_next(uchar * buf); virtual int rnd_pos(uchar * buf, uchar * pos); virtual int rnd_pos_by_record(uchar *record); + virtual bool is_rnd_pos_expensive(); virtual void position(const uchar * record); /* |