mysql 执行sql流程
2024-11-05 20:28:14
- 客户端发送sql 语句后的堆栈
#0 0x0000000100370565 in do_command(THD*) at percona-server-Percona-Server-5.6.37-82.2/sql/sql_parse.cc:1062
#1 0x00000001002f3318 in do_handle_one_connection(THD*) at percona-server-Percona-Server-5.6.37-82.2/sql/sql_connect.cc:1590
#2 0x00000001002f303d in ::handle_one_connection(void *) at percona-server-Percona-Server-5.6.37-82.2/sql/sql_connect.cc:1494
#3 0x00000001009ff53d in ::pfs_spawn_thread(void *) at percona-server-Percona-Server-5.6.37-82.2/storage/perfschema/pfs.cc:1860
#4 0x0000000101a27665 in _pthread_body ()
#5 0x0000000101a27511 in _pthread_start ()
#6 0x0000000101a26bfd in thread_start ()
command= (enum enum_server_command) (uchar) packet[0];
根据sql 语句类型分发请求到不同的函数。
最新文章
- 一步步开发自己的博客 .NET版(4、文章发布功能)百度编辑器
- 如何写出高质量的技术博客 这边文章出自http://www.jianshu.com/p/ae9ab21a5730 觉得不错直接拿过来了 好东西要大家分享嘛
- VS 2008 快捷键
- Autofac Container 的简单的封装重构
- C++Builder及VC的库相互调用
- Effective C++笔记:设计与声明
- 戴文的Linux内核专题:01介绍
- 解决Asp.net Mvc返回JsonResult中DateTime类型数据格式的问题
- Verilog Tips and Interview Questions
- window.showModalDialog以及window.open用法简介
- 前端--关于javascript函数
- Kendo UI开发教程(21): Kendo MVVM 数据绑定(十) Source
- apache tomcat 集群! (转)
- IT团队之非正式沟通
- Lucene学习笔记2-Lucene的CRUD(V7.1)
- .net core 基础知识
- hdoj1005(循环,找规律)
- jsonp跨域简单应用(一)
- 07- django组件:中间件
- go语言基础之数组做函数参数是值拷贝