mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 01:23:03 +01:00
fixed bug in my resent commit - thanks to Claudio
This commit is contained in:
parent
f01edbf796
commit
1cf8c14d6e
@ -112,7 +112,7 @@ bool PCMET_expression_index(thread_db* tdbb, SSHORT phase, DeferredWork* work,
|
||||
if (!relation)
|
||||
{
|
||||
relation = MET_relation(tdbb, REL.RDB$RELATION_ID);
|
||||
if (relation->rel_name.length())
|
||||
if (relation->rel_name.length() == 0)
|
||||
{
|
||||
relation->rel_name = REL.RDB$RELATION_NAME;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user