1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Merge work:/home/bk/mysql

into sergbook.mysql.com:/usr/home/serg/Abk/mysql
This commit is contained in:
serg@sergbook.mysql.com
2002-05-26 12:59:02 +02:00
2 changed files with 10 additions and 9 deletions

View File

@@ -2128,7 +2128,7 @@ get_best_combination(JOIN *join)
have a 'normal' value or a NULL value.
*/
j->type=JT_CONST;
if (join->const_tables == tablenr)
if (join->const_tables == tablenr && !form->fulltext_searched)
{
join->const_tables++;
join->const_table_map|=form->map;