diff options
author | serg@serg.mysql.com <> | 2002-04-02 14:56:40 +0000 |
---|---|---|
committer | serg@serg.mysql.com <> | 2002-04-02 14:56:40 +0000 |
commit | 8d8a133d5143ed6e2392f1a5e8084f547e858377 (patch) | |
tree | cdff5b48addd5f927be28d5dd741268eff4c275c /sql/item_func.cc | |
parent | adf4f462ed9250039618c4e0c130eb94c516e296 (diff) | |
download | mariadb-git-8d8a133d5143ed6e2392f1a5e8084f547e858377.tar.gz |
fts+const_tables bug fixed
Diffstat (limited to 'sql/item_func.cc')
-rw-r--r-- | sql/item_func.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/item_func.cc b/sql/item_func.cc index e7e8964b07a..ec9244e783e 100644 --- a/sql/item_func.cc +++ b/sql/item_func.cc @@ -2056,6 +2056,7 @@ bool Item_func_match::fix_fields(THD *thd,struct st_table_list *tlist) } const_item_cache=0; table=((Item_field *)fields.head())->field->table; + table->fulltext_searched=1; return 0; } |