mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 10:03:03 +01:00
Typo.
This commit is contained in:
parent
490b18048e
commit
b1aab1da09
@ -1159,7 +1159,7 @@ InversionCandidate* OptimizerRetrieval::generateInversion(RecordSource** rsb)
|
|||||||
* Functional description
|
* Functional description
|
||||||
*
|
*
|
||||||
**************************************/
|
**************************************/
|
||||||
if (!relation || relation->rel_file || relation->isVirtual())) {
|
if (!relation || relation->rel_file || relation->isVirtual()) {
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user