From b93b2208addb1677903ba2901d9c4f22c212086a Mon Sep 17 00:00:00 2001 From: "bugreport%peshkin.net" <> Date: Tue, 30 Aug 2005 23:04:39 +0000 Subject: Bug 305126: Fix table locks after removal of derive_groups Patch by Joel Peshkin r=lpsolit, a=myk --- whine.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'whine.pl') diff --git a/whine.pl b/whine.pl index c4a454775..068774ca0 100755 --- a/whine.pl +++ b/whine.pl @@ -228,10 +228,10 @@ sub get_next_event { $dbh->bz_lock_tables('whine_schedules WRITE', 'whine_events READ', - 'profiles WRITE', + 'profiles READ', 'groups READ', 'group_group_map READ', - 'user_group_map WRITE'); + 'user_group_map READ'); # Get the event ID for the first pending schedule $sth_next_scheduled_event->execute; -- cgit v1.2.3-24-g4f1b