summaryrefslogtreecommitdiffstats
path: root/whine.pl
diff options
context:
space:
mode:
authorbugreport%peshkin.net <>2005-08-31 01:04:39 +0200
committerbugreport%peshkin.net <>2005-08-31 01:04:39 +0200
commitb93b2208addb1677903ba2901d9c4f22c212086a (patch)
tree67095308835af1eccd3059fa126aefcb11e0363d /whine.pl
parent830eca78e2f0e5526ff6d5c9ada3239b9175d4b4 (diff)
downloadbugzilla-b93b2208addb1677903ba2901d9c4f22c212086a.tar.gz
bugzilla-b93b2208addb1677903ba2901d9c4f22c212086a.tar.xz
Bug 305126: Fix table locks after removal of derive_groups
Patch by Joel Peshkin <bugreport@peshkin.net> r=lpsolit, a=myk
Diffstat (limited to 'whine.pl')
-rwxr-xr-xwhine.pl4
1 files changed, 2 insertions, 2 deletions
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;