FCLT#80290 Outlook-koppeling deadlocks index definitief
svn path=/Database/trunk/; revision=62013
This commit is contained in:
@@ -6,6 +6,9 @@
|
||||
|
||||
CREATE INDEX exc_i_exc_import1 ON exc_import(fac_import_key);
|
||||
|
||||
CREATE INDEX exc_i_exc_import2
|
||||
ON exc_import (APPT_ID || '|' || RECUR_ID, SEQ_NR, FAC_IMPORT_KEY);
|
||||
|
||||
REGISTERONCE('$Id$')
|
||||
|
||||
#endif // EXC
|
||||
|
||||
@@ -310,7 +310,19 @@ DELETE FROM fac_menuitems
|
||||
WHERE fac_functie_code = 'WEB_PRDMSU');
|
||||
DELETE FROM fac_functie WHERE fac_functie_code = 'WEB_PRDMSU';
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////////////// PROR#79462
|
||||
BEGIN
|
||||
adm.trydrop ('index jgl');
|
||||
END;
|
||||
/
|
||||
|
||||
CREATE INDEX exc_i_exc_import2
|
||||
ON exc_import (APPT_ID || '|' || RECUR_ID, SEQ_NR, FAC_IMPORT_KEY);
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////////////// FCLT#00000
|
||||
|
||||
|
||||
|
||||
REGISTERONCE('$Id$')
|
||||
|
||||
#include "epilogue.inc"
|
||||
|
||||
Reference in New Issue
Block a user