8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 06:03:02 +01:00

Fixed CORE-2073.

This commit is contained in:
dimitr 2008-09-09 08:23:24 +00:00
parent f58c962705
commit 278d0f8ad6

View File

@ -2274,8 +2274,7 @@ bool OptimizerRetrieval::matchBoolean(IndexScratch* indexScratch,
{
match = boolean->nod_arg[1];
value = boolean->nod_arg[0];
// AB: Shouldn't the boolean forward be set to false here?
//forward = false;
forward = false;
}
else
return false;