Commit a8302d33 authored by bugreport%peshkin.net's avatar bugreport%peshkin.net

Bug 290000: lock email settings table before adding new user

Patch by bugreport@peshkin.net r=glob,a=justdave
parent d1b70cf8
......@@ -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');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment