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

Fixed CORE-2427 - ALTER VIEW doesn't clear dependencies on old views

This commit is contained in:
asfernandes 2009-04-24 15:39:30 +00:00
parent 6427b2b7ae
commit e88a67ee52

View File

@ -1437,6 +1437,7 @@ jrd_nod* MET_get_dependencies(thread_db* tdbb,
CMP_release(tdbb, handle);
}
MET_delete_dependencies(tdbb, object_name, type, transaction);
store_dependencies(tdbb, csb, relation, object_name, type, transaction);
if (csb_ptr)