diff options
Diffstat (limited to 'sql/opt_range.h')
-rw-r--r-- | sql/opt_range.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/opt_range.h b/sql/opt_range.h index a7691c88685..1e3008d78aa 100644 --- a/sql/opt_range.h +++ b/sql/opt_range.h @@ -271,7 +271,6 @@ public: virtual bool reverse_sorted() = 0; virtual bool unique_key_range() { return false; } - virtual bool clustered_pk_range() { return false; } enum { QS_TYPE_RANGE = 0, @@ -542,8 +541,6 @@ public: THD *thd; int read_keys_and_merge(); - bool clustered_pk_range() { return test(pk_quick_select); } - /* used to get rows collected in Unique */ READ_RECORD read_record; }; |