Fixed bug in sub select after last merge
This commit is contained in:
parent
4b491cb788
commit
0091fa2e32
@ -1098,7 +1098,11 @@ int subselect_indexsubquery_engine::exec()
|
||||
null_finding= 1;
|
||||
/* Check if there exists a row with a null value in the index */
|
||||
if ((error= safe_index_read(tab)))
|
||||
{
|
||||
if (error < 0)
|
||||
error= 0; // Key not found
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user