1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Remove wrong bug fix when calling create_sort_index.

Fix possible replication bug with LOAD DATA ... IGNORE LINES #
This commit is contained in:
monty@mashka.mysql.fi
2003-08-10 05:14:16 +03:00
parent 6e7a509d06
commit 2fb441fdf7
6 changed files with 28 additions and 19 deletions

View File

@@ -972,10 +972,7 @@ mysql_select(THD *thd,TABLE_LIST *tables,List<Item> &fields,COND *conds,
group ? group : order,
select_limit,
thd->select_limit))
{
if (!join.join_tab[join.const_tables].select->quick)
goto err;
}
goto err;
}
join.having=having; // Actually a parameter
thd->proc_info="Sending data";