Commit be10baab authored by mkanat%bugzilla.org's avatar mkanat%bugzilla.org

Bug 411832: [Oracle] Change ISOLATION_LEVEL to 'READ COMMITTED'

Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat
parent 793c1035
......@@ -50,7 +50,7 @@ use base qw(Bugzilla::DB);
# Constants
#####################################################################
use constant EMPTY_STRING => '__BZ_EMPTY_STR__';
use constant ISOLATION_LEVEL => 'SERIALIZABLE';
use constant ISOLATION_LEVEL => 'READ COMMITTED';
use constant BLOB_TYPE => { ora_type => ORA_BLOB };
sub new {
......
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