diff options
Diffstat (limited to 'sql/opt_range.h')
-rw-r--r-- | sql/opt_range.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sql/opt_range.h b/sql/opt_range.h index a921b60fc2b..d7a0c1e2f8f 100644 --- a/sql/opt_range.h +++ b/sql/opt_range.h @@ -883,11 +883,6 @@ class SQL_SELECT :public Sql_alloc { public: QUICK_SELECT_I *quick; // If quick-select used COND *cond; // where condition - /* - Original WHERE condition (before anything was removed as part of index - condition pushdown. - */ - COND *original_cond; /* When using Index Condition Pushdown: condition that we've had before |