mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Remove wrong bug fix when calling create_sort_index.
Fix possible replication bug with LOAD DATA ... IGNORE LINES # mysql-test/r/rpl_log.result: Test of load data ... ignore # lines mysql-test/t/rpl_log.test: Test of load data ... ignore # lines sql/log_event.cc: Fix replication bug with LOAD DATA ... IGNORE LINES # (Note that the code that is probably not executed in 4.0) sql/sql_parse.cc: Indentation fix sql/sql_select.cc: Remove wrong bug fix (all tests passes) sql/sql_yacc.yy: Indentation cleanup
This commit is contained in:
@ -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";
|
||||
|
Reference in New Issue
Block a user