]> andersk Git - moira.git/commitdiff
don't put exclusive locks on capacls and alias tables (almost every
authormar <mar>
Fri, 30 Jun 1989 15:49:07 +0000 (15:49 +0000)
committermar <mar>
Fri, 30 Jun 1989 15:49:07 +0000 (15:49 +0000)
query reads them, few write them).

server/qrtn.qc

index ec9cbe316a5f8a48a22f35b079d5d757741f8d8e..7575f78d630640a5a158491759dbfce6f4a95fec 100644 (file)
@@ -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;
 }
 
This page took 0.041395 seconds and 5 git commands to generate.