mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +02:00
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:
parent
6fdd6e8e46
commit
43a1ef6ce2
6 changed files with 21 additions and 1 deletions
|
|
@ -930,6 +930,7 @@ public:
|
|||
ft_handler=0;
|
||||
if(join_key)
|
||||
table->file->ft_handler=0;
|
||||
table->fulltext_searched=0;
|
||||
}
|
||||
if (concat) delete concat;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue