]> andersk Git - moira.git/commitdiff
Don't update the database on retrieves (Used to keep stats)
authormar <mar>
Fri, 5 Aug 1988 16:07:48 +0000 (16:07 +0000)
committermar <mar>
Fri, 5 Aug 1988 16:07:48 +0000 (16:07 +0000)
server/qrtn.qc

index c951d8cccc65cb723442fa0ddfc2aea7e142e858..07d02d848f59569763c9b2cf4569ae793b2b4d1e 100644 (file)
@@ -191,9 +191,6 @@ sms_process_query(cl, name, argc, argv_ro, action, actarg)
                status = do_retrieve(q, pqual, psort, action, actarg);
            }
            if (status != SMS_SUCCESS) break;
-           table = q->rtable;
-##          repeat replace tblstats (retrieves = tblstats.retrieves + 1)
-##                 where tblstats.#table = @table
        } else {
            status = (*v->post_rtn)(q, Argv, cl, action, actarg);
        }
This page took 0.051609 seconds and 5 git commands to generate.