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

Fixed a server crash I introduced recently.

This commit is contained in:
dimitr 2004-08-23 18:45:40 +00:00
parent 29d6a7d3b5
commit 9d37131978

View File

@ -395,8 +395,8 @@ bool BTR_description(thread_db* tdbb, jrd_rel* relation, index_root_page* root,
#ifdef EXPRESSION_INDICES
if (idx->idx_flags & idx_expressn)
{
fb_assert(idx->idx_expression != NULL);
PCMET_lookup_index(tdbb, relation, idx);
fb_assert(idx->idx_expression != NULL);
}
#endif