1
0
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:
serg@serg.mylan
2003-06-16 23:05:45 +02:00
parent 9b3dccd662
commit b387b5add9
6 changed files with 33 additions and 0 deletions

View File

@@ -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;