mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
many warnings (practically safe but annoying) corrected
This commit is contained in:
@ -705,7 +705,7 @@ class SQL_SELECT :public Sql_alloc {
|
||||
class FT_SELECT: public QUICK_RANGE_SELECT {
|
||||
public:
|
||||
FT_SELECT(THD *thd, TABLE *table, uint key) :
|
||||
QUICK_RANGE_SELECT (thd, table, key, 1) { init(); }
|
||||
QUICK_RANGE_SELECT (thd, table, key, 1) { VOID(init()); }
|
||||
~FT_SELECT() { file->ft_end(); }
|
||||
int init() { return error=file->ft_init(); }
|
||||
int reset() { return 0; }
|
||||
|
Reference in New Issue
Block a user