mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
into mashka.mysql.fi:/home/my/mysql-4.0 sql/sql_select.cc: Auto merged
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