mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Lot's of clean-ups and fixes for 4.0.14.
This commit is contained in:
@@ -974,11 +974,7 @@ mysql_select(THD *thd,TABLE_LIST *tables,List<Item> &fields,COND *conds,
|
||||
thd->select_limit))
|
||||
{
|
||||
if (!join.join_tab[join.const_tables].select->quick)
|
||||
error= return_zero_rows(&join, result, tables, fields,
|
||||
0, select_options,
|
||||
"Impossible WHERE noticed after reading const tables",
|
||||
having,procedure);
|
||||
goto err;
|
||||
goto err;
|
||||
}
|
||||
}
|
||||
join.having=having; // Actually a parameter
|
||||
|
||||
Reference in New Issue
Block a user