1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00
This commit is contained in:
serg@serg.mysql.com
2001-11-28 18:01:50 +01:00
13 changed files with 113 additions and 118 deletions

View File

@@ -1457,7 +1457,7 @@ add_ft_keys(DYNAMIC_ARRAY *keyuse_array,
{
Item *item;
/*
I, (Sergei) too lazy to implement proper recursive descent here,
I'm (Sergei) too lazy to implement proper recursive descent here,
and anyway, nobody will use such a stupid queries
that will require it :-)
May be later...
@@ -1474,7 +1474,7 @@ add_ft_keys(DYNAMIC_ARRAY *keyuse_array,
}
}
if (!cond_func)
if (!cond_func || cond_func->key == NO_SUCH_KEY)
return;
KEYUSE keyuse;