8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 04:03:03 +01:00
This commit is contained in:
dimitr 2006-07-28 09:35:31 +00:00
parent 490b18048e
commit b1aab1da09

View File

@ -1159,7 +1159,7 @@ InversionCandidate* OptimizerRetrieval::generateInversion(RecordSource** rsb)
* Functional description
*
**************************************/
if (!relation || relation->rel_file || relation->isVirtual())) {
if (!relation || relation->rel_file || relation->isVirtual()) {
return NULL;
}