diff options
author | serg@serg.mysql.com <> | 2000-11-02 17:36:21 +0100 |
---|---|---|
committer | serg@serg.mysql.com <> | 2000-11-02 17:36:21 +0100 |
commit | ff8df2c42bc453ca8d89e9461347f75b571d2fb5 (patch) | |
tree | c2c98089c936e8e55bca2409f12161c8224087c8 /sql/opt_range.h | |
parent | a896b8722b73f45e9d581a603c84bbcfe0d1b1cb (diff) | |
download | mariadb-git-ff8df2c42bc453ca8d89e9461347f75b571d2fb5.tar.gz |
Ill-minded FULLTEXT impilict initialization hack removed.
From now on FULLTEXT search is initialized expilictly in mysql_select()
Diffstat (limited to 'sql/opt_range.h')
-rw-r--r-- | sql/opt_range.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/opt_range.h b/sql/opt_range.h index 250c172a988..586c35f397f 100644 --- a/sql/opt_range.h +++ b/sql/opt_range.h @@ -71,7 +71,7 @@ public: double read_time; QUICK_SELECT(TABLE *table,uint index_arg,bool no_alloc=0); - virtual ~QUICK_SELECT(); // fixed by Sasha needs to be virtual + virtual ~QUICK_SELECT(); void reset(void) { next=0; it.rewind(); } virtual int init() { return 0; } virtual int get_next(); |