fix kill 15 issues

This commit is contained in:
zhjc1124
2023-05-11 08:52:56 +00:00
committed by ob-robot
parent 635cd39eda
commit 95dc4939b6
5 changed files with 17 additions and 0 deletions

View File

@ -72,6 +72,7 @@ public:
* @param conn : connection information
* @param sess_info : point to the ObSQLSessionInfo that the function created; used as value
*/
void destroy();
int create_session(observer::ObSMConnection *conn, ObSQLSessionInfo *&sess_info);
// create session by session id and proxy session id.
// need call revert_session if return success.