diff options
Diffstat (limited to 'sql/opt_range.cc')
-rw-r--r-- | sql/opt_range.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sql/opt_range.cc b/sql/opt_range.cc index 3849159ca39..4c22dc5b6a2 100644 --- a/sql/opt_range.cc +++ b/sql/opt_range.cc @@ -407,11 +407,6 @@ QUICK_SELECT::~QUICK_SELECT() } } -int QUICK_SELECT::init() -{ - return error=file->index_init(index); -} - QUICK_RANGE::QUICK_RANGE() :min_key(0),max_key(0),min_length(0),max_length(0), flag(NO_MIN_RANGE | NO_MAX_RANGE) |