You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace unique_ptr to db::ConnectionContextBase object with a shared pointer in ConnectOperation and Connection classes.
Summary: `ConnectionOperation::connection_context_` field accumulates some logging information while the connection operation is in flighjt. This diff preserves `connection_context_` pointers in operation and connection objects so the connection context can be accessed through any of them at the end of the operation.
Reviewed By: jkedgar
Differential Revision: D33663744
fbshipit-source-id: b35ba2dfb40c602b6a6815b988b8141278558c88
0 commit comments