diff options
author | unknown <sanja@askmonty.org> | 2011-07-21 15:50:25 +0300 |
---|---|---|
committer | unknown <sanja@askmonty.org> | 2011-07-21 15:50:25 +0300 |
commit | ef2b4b14e1a917a18b059b49514b7974027d897d (patch) | |
tree | 0bd95eb14c1e0e4abd46f4f980e68b5b2d01867e /sql/opt_range.h | |
parent | 4a03a1d777f2c2c4c921a5b52df5da362950b468 (diff) | |
parent | 678f4b2de17a6fa42a056422feb7d7c7f24092da (diff) | |
download | mariadb-git-ef2b4b14e1a917a18b059b49514b7974027d897d.tar.gz |
Merge from 5.2
Diffstat (limited to 'sql/opt_range.h')
-rw-r--r-- | sql/opt_range.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sql/opt_range.h b/sql/opt_range.h index d7a0c1e2f8f..0ad2b7242f2 100644 --- a/sql/opt_range.h +++ b/sql/opt_range.h @@ -274,7 +274,6 @@ public: virtual bool reverse_sorted() = 0; virtual bool unique_key_range() { return false; } - virtual bool clustered_pk_range() { return false; } /* Request that this quick select produces sorted output. Not all quick @@ -593,9 +592,6 @@ public: MEM_ROOT alloc; THD *thd; virtual int read_keys_and_merge()= 0; - - bool clustered_pk_range() { return test(pk_quick_select); } - /* used to get rows collected in Unique */ READ_RECORD read_record; }; |