projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
faee5fd
)
JBAS-944 2.7 auth reingest clear statement timeout
author
Bill Erickson
<berickxx@gmail.com>
Tue, 2 Feb 2016 20:03:47 +0000
(15:03 -0500)
committer
Bill Erickson
<berickxx@gmail.com>
Thu, 21 Mar 2019 19:46:23 +0000
(15:46 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
KCLS/sql/schema/deploy/2.7-auth-reingest.sql
patch
|
blob
|
history
diff --git
a/KCLS/sql/schema/deploy/2.7-auth-reingest.sql
b/KCLS/sql/schema/deploy/2.7-auth-reingest.sql
index
3e90efe
..
d5b8a30
100644
(file)
--- a/
KCLS/sql/schema/deploy/2.7-auth-reingest.sql
+++ b/
KCLS/sql/schema/deploy/2.7-auth-reingest.sql
@@
-3,6
+3,8
@@
BEGIN;
+SET statement_timeout = 0;
+
ALTER TABLE authority.record_entry DISABLE TRIGGER a_marcxml_is_well_formed;
ALTER TABLE authority.record_entry DISABLE TRIGGER aaa_auth_ingest_or_delete;
ALTER TABLE authority.record_entry DISABLE TRIGGER b_maintain_901;