reverted
This commit is contained in:
parent
55c7c8637b
commit
aeaccab933
|
@ -82,13 +82,9 @@ module SBDB
|
||||||
txn = opts[:txn] # First is the global txn, second only for open.
|
txn = opts[:txn] # First is the global txn, second only for open.
|
||||||
begin
|
begin
|
||||||
@db.open txn && txn.bdb_object, file, opts[:name], opts[:type], opts[:flags] || 0, opts[:mode] || 0
|
@db.open txn && txn.bdb_object, file, opts[:name], opts[:type], opts[:flags] || 0, opts[:mode] || 0
|
||||||
rescue Exception => exc
|
rescue Object => exc
|
||||||
close
|
close
|
||||||
exc.backtrace.unshift "Trying to open #{open[:env] && "in #{open[:env]].home} "}database #{file} #{opts[:name]}"
|
|
||||||
raise exc
|
raise exc
|
||||||
rescue
|
|
||||||
close
|
|
||||||
raise Object
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue