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

Fixed CORE-879 :

Dependencies are not cleared when creation of expression index fails
This commit is contained in:
hvlad 2006-07-28 21:12:24 +00:00
parent 33f020e093
commit 7bc64eef14

View File

@ -79,6 +79,10 @@ bool PCMET_expression_index(thread_db* tdbb, SSHORT phase, DeferredWork* work,
switch (phase)
{
case 0:
MET_delete_dependencies(tdbb, work->dfw_name, obj_expression_index);
return false;
case 1:
case 2:
return true;