Files
oceanbase/src/sql/session
yinyj17 37fe7ce4eb [FEAT MERGE] 4.3 optimizer enhancement
Co-authored-by: 2149 <260391947@qq.com>
Co-authored-by: akaError <lzg020616@163.com>
Co-authored-by: jinmaoli <lijinmao.csmaster@gmail.com>
2023-12-18 14:04:23 +08:00
..
2022-10-24 17:57:12 +08:00
2022-10-24 17:57:12 +08:00
2022-10-24 17:57:12 +08:00
2022-10-24 17:57:12 +08:00

See `ob_sql_session_info.h' for the interface of this module.

ObBasicSessionInfo存储系统变量及其相关变量,并存储远程执行SQL task时,需要序列化到远端的状态.
ObSQLSessionInfo存储其他状态信息,如prepared statment相关信息等.