mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
fulltext and left join bug fixed
This commit is contained in:
@@ -1688,6 +1688,9 @@ add_ft_keys(DYNAMIC_ARRAY *keyuse_array,
|
||||
if (!cond_func || cond_func->key == NO_SUCH_KEY)
|
||||
return;
|
||||
|
||||
if (!(usable_tables & cond_func->table->map))
|
||||
return;
|
||||
|
||||
KEYUSE keyuse;
|
||||
|
||||
keyuse.table= cond_func->table;
|
||||
|
||||
Reference in New Issue
Block a user