mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 00:03:03 +01:00
Backported fix for CORE-879 :
Dependencies are not cleared when creation of expression index fails
This commit is contained in:
parent
626f4fcca1
commit
9b4cf8b30a
@ -80,6 +80,10 @@ bool PCMET_expression_index(thread_db* tdbb, SSHORT phase, DeferredWork* work,
|
|||||||
|
|
||||||
switch (phase)
|
switch (phase)
|
||||||
{
|
{
|
||||||
|
case 0:
|
||||||
|
MET_delete_dependencies(tdbb, work->dfw_name, obj_expression_index);
|
||||||
|
return false;
|
||||||
|
|
||||||
case 1:
|
case 1:
|
||||||
case 2:
|
case 2:
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user