summaryrefslogtreecommitdiff
path: root/sql/opt_range.h
diff options
context:
space:
mode:
authorunknown <sanja@askmonty.org>2011-07-21 12:29:00 +0300
committerunknown <sanja@askmonty.org>2011-07-21 12:29:00 +0300
commitee06e4d65e42d303389605f3d30cbf0892be96af (patch)
tree6069baa8733db22e01a8024bc2bcb48488b56036 /sql/opt_range.h
parentcbf48eb4ae7ab32ee45ec8143f15112eb379f7f5 (diff)
downloadmariadb-git-ee06e4d65e42d303389605f3d30cbf0892be96af.tar.gz
Removed incorrect fix and its test suite (the test suit is duplicate).
Fixed explains of previous patch. mysql-test/r/explain.result: Fixed explains of previous patch. mysql-test/r/join_outer.result: Fixed explains of previous patch. mysql-test/r/negation_elimination.result: Fixed explains of previous patch. mysql-test/r/view.result: Fixed explains of previous patch. mysql-test/suite/innodb/r/innodb_mysql.result: Removed duplicate test suite. mysql-test/suite/innodb/t/innodb_mysql.test: Removed duplicate test suite. mysql-test/suite/innodb_plugin/r/innodb_mysql.result: Removed duplicate test suite. mysql-test/suite/innodb_plugin/t/innodb_mysql.test: Removed duplicate test suite. sql/opt_range.h: Removed incorrect fix. sql/records.cc: Removed incorrect fix.
Diffstat (limited to 'sql/opt_range.h')
-rw-r--r--sql/opt_range.h3
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;
};