Skip to content
Snippets Groups Projects
Commit b2476532 authored by Sebastien Ponce's avatar Sebastien Ponce
Browse files

Fixed bad hint

parent 9b5f28f4
Branches
Tags
No related merge requests found
......@@ -256,7 +256,7 @@ BEGIN
-- If any DiskCopy, give up
IF nb = 0 THEN
-- See whether it has any RecallJob
SELECT /*+ INDEX_RS_ASC(I_RECALLJOB_CASTORFILE_VID) */ count(*) INTO nb FROM RecallJob
SELECT /*+ INDEX_RS_ASC(RecallJob I_RECALLJOB_CASTORFILE_VID) */ count(*) INTO nb FROM RecallJob
WHERE castorFile = cfId;
-- If any RecallJob, give up
IF nb = 0 THEN
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment