From 45266a6fec3c83504ee8dd32ff3ab3f81b9098e4 Mon Sep 17 00:00:00 2001 From: mar Date: Fri, 30 Jun 1989 15:49:07 +0000 Subject: [PATCH] don't put exclusive locks on capacls and alias tables (almost every query reads them, few write them). --- server/qrtn.qc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/qrtn.qc b/server/qrtn.qc index ec9cbe31..7575f78d 100644 --- a/server/qrtn.qc +++ b/server/qrtn.qc @@ -81,6 +81,8 @@ int sms_open_database() /* open the database */ ## ingres sms ## set lockmode session where level = table, timeout = query_timeout +## set lockmode on capacls where readlock = shared +## set lockmode on alias where readlock = shared return ingres_errno; } -- 2.45.2