1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Fixing that 3.23 API / clients do not disconnect if a large

packet is issued.
This commit is contained in:
Sinisa@sinisa.nasamreza.org
2003-01-04 21:02:58 +02:00
parent c6e42dfaf3
commit 0ccaf94016
4 changed files with 35 additions and 696 deletions

View File

@@ -2328,8 +2328,7 @@ make_join_select(JOIN *join,SQL_SELECT *select,COND *cond)
if ((tab->keys & ~ tab->const_keys && i > 0) ||
tab->const_keys && i == join->const_tables &&
join->thd->select_limit < join->best_positions[i].records_read &&
join->tables > 1)
join->thd->select_limit < join->best_positions[i].records_read)
{
/* Join with outer join condition */
COND *orig_cond=sel->cond;