From: mar Date: Sun, 31 Jul 1988 01:09:22 +0000 (+0000) Subject: don't update table stats on sshi & ssif X-Git-Tag: KREL1~329 X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/37e49d47a2e11343a4e3d1ebb2f53930955ecd7b?hp=ace1dd7b7e6562af6c8bdee7ba7f20da67a610b5 don't update table stats on sshi & ssif --- diff --git a/server/qrtn.qc b/server/qrtn.qc index 319b1b11..8012b9b0 100644 --- a/server/qrtn.qc +++ b/server/qrtn.qc @@ -215,9 +215,11 @@ sms_process_query(cl, name, argc, argv_ro, action, actarg) status = do_update(q, &Argv[q->argc], qual, action, actarg); if (status != SMS_SUCCESS) break; table = q->rtable; -## repeat replace tblstats (updates = tblstats.updates + 1, -## modtime = "now") -## where tblstats.#table = @table + if (strcmp(q->shortname, "sshi") && strcmp(q->shortname, "ssif")) { +## repeat replace tblstats (updates = tblstats.updates + 1, +## modtime = "now") +## where tblstats.#table = @table + } } /* execute followup routine (if any) */