Skip to content
Commit 71ef5031 authored by Ashish Bansal's avatar Ashish Bansal
Browse files

Create one Database instance per process

Earlier two Database instances were being created and once one of them
was destroyed, it leads to invalidation of handles of other instance
too. Now a global single instance is being created and is destroyed when
process ends.

BUG: 350247
REVIEW: 124794
parent d611887a
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