Skip to content

Commit 5a4f245

Browse files
committed
Fix #8607 - gfix -icu results in error.
1 parent 995f41b commit 5a4f245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jrd/dfw.epp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4104,7 +4104,7 @@ void DFW_reset_icu(thread_db* tdbb)
41044104
group by ind.RDB$SCHEMA_NAME,
41054105
ind.RDB$INDEX_NAME,
41064106
rel.RDB$RELATION_ID,
4107-
rtrim(coll.RDB$BASE_COLLATION_NAME),
4107+
rtrim(coalesce(coll.RDB$BASE_COLLATION_NAME, coll.RDB$COLLATION_NAME)),
41084108
coll.RDB$SCHEMA_NAME,
41094109
coll.RDB$COLLATION_NAME,
41104110
cs.RDB$SCHEMA_NAME,

0 commit comments

Comments
 (0)