mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-13 19:41:49 +00:00
Bug 290000: lock email settings table before adding new user
Patch by bugreport@peshkin.net r=glob,a=justdave
This commit is contained in:
parent
45592dcd4b
commit
0c1c0d429f
@ -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');
|
||||
|
Loading…
x
Reference in New Issue
Block a user