1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00
The value of JOIN::tables must be set to 0 when there
is no matching min/max row.
This commit is contained in:
Tatiana A. Nurnberg
2008-06-19 05:08:41 +02:00
parent 69662273cc
commit d6c476b8c8
3 changed files with 21 additions and 0 deletions

View File

@ -888,6 +888,7 @@ JOIN::optimize()
{
DBUG_PRINT("info",("No matching min/max row"));
zero_result_cause= "No matching min/max row";
tables= 0;
error=0;
DBUG_RETURN(0);
}
@ -901,6 +902,7 @@ JOIN::optimize()
{
DBUG_PRINT("info",("No matching min/max row"));
zero_result_cause= "No matching min/max row";
tables= 0;
error=0;
DBUG_RETURN(0);
}