1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

fixes for ft-boolean and range optimizer

This commit is contained in:
serg@serg.mysql.com
2001-11-22 16:00:11 +01:00
parent 4f5d1273b6
commit 307fb4a390
6 changed files with 62 additions and 11 deletions

View File

@ -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)