Bug 290000: lock email settings table before adding new user

Patch by bugreport@peshkin.net
r=glob,a=justdave
This commit is contained in:
bugreport%peshkin.net 2005-04-12 23:28:47 +00:00
parent 45592dcd4b
commit 0c1c0d429f

View File

@ -153,6 +153,7 @@ if ($action eq 'search') {
# Lock tables during the check+creation session.
$dbh->bz_lock_tables('profiles WRITE',
'profiles_activity WRITE',
'email_setting WRITE',
'namedqueries READ',
'whine_queries READ',
'tokens READ');