目录
摘要:
简要分析mysql接收新连接的处理
流程处理:
主线程接收请求, 创建新线程:
(gdb) bt
#0 Per_thread_connection_handler::add_connection (this=0x5e7a4d0, channel_info=0x7dc3430) at /data/jenkins/workspace/stonedb5.7-zsl-centos7.9/sql/conn_handler/connection_handler_per_thread.cc:417
#1 0x0000000001db0f66 in Connection_handler_manager::process_new_connection (this=0x5e277a0, channel_info=0x7dc3430)
at /data/jenkins/workspace/stonedb5.7-zsl-centos7.9/sql/conn_handl