[355] in Moira
Moira update status
daemon@ATHENA.MIT.EDU (Mark Rosenstein)
Wed Dec 11 10:55:10 1991
Date: Wed, 11 Dec 91 10:54:21 -0500
From: Mark Rosenstein <mar@MIT.EDU>
To: bug-moira@MIT.EDU
Cc: dbadmin@Athena.MIT.EDU
In-Reply-To: Don't reply to root!'s message of Wed, 11 Dec 91 06:36:32 -0500 <9112111136.AA00696@sms.MIT.EDU>
I installed the moira server which limits the number of tuples that
can be returned from a query. Currently the limit is 512. We've got
it logging all queries which fail because of this limit so we can see
that we're not limiting any valid queries.
From: root@Athena.MIT.EDU (Don't reply to root!)
Date: Wed, 11 Dec 91 06:36:32 -0500
Dec 10 19:50:45 <174> attempted query qualified_get_lists with 1751 rows
Dec 10 19:54:37 <174> attempted query qualified_get_lists with 1751 rows
These two were both from a user selecting the "Show all mailing lists"
menu item. This is a problem in both mailmaint and listmaint. In
mailmaint, that menu item should be replaced with "Show all public
mailing lists". In listmaint, we should just punt "Show all mailing
lists" and "Show all groups".
-Mark