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

Backported fix for CORE-879 :

Dependencies are not cleared when creation of expression index fails
This commit is contained in:
hvlad 2006-07-29 07:39:08 +00:00
parent 626f4fcca1
commit 9b4cf8b30a

View File

@ -80,6 +80,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;