fulltext+const_table bug fixed

mysql-test/r/fulltext.result:
  test added
mysql-test/t/fulltext.test:
  test added
sql/item_func.cc:
  fulltext+const_table problem fixed once and forever
sql/item_func.h:
  fulltext+const_table problem fixed once and forever
sql/sql_select.cc:
  fulltext+const_table problem fixed once and forever
sql/table.h:
  fulltext+const_table problem fixed once and forever
This commit is contained in:
unknown 2002-03-01 16:57:08 +00:00
commit 43a1ef6ce2
6 changed files with 21 additions and 1 deletions

View file

@ -930,6 +930,7 @@ public:
ft_handler=0;
if(join_key)
table->file->ft_handler=0;
table->fulltext_searched=0;
}
if (concat) delete concat;
}