Commit 1170a540 authored by Sergei Golubchik's avatar Sergei Golubchik

fix a bad merge, causing a crash of fulltext.test in --ps-protocol

parent 73216f79
......@@ -6282,8 +6282,7 @@ bool Item_func_match::fix_fields(THD *thd, Item **ref)
if (item->type() == Item::FIELD_ITEM)
table= ((Item_field *)item)->field->table;
allows_multi_table_search &=
allows_search_on_non_indexed_columns(((Item_field *)item)->field->table);
allows_multi_table_search &= allows_search_on_non_indexed_columns(table);
}
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment