Location of the Code involved in the MySQL trunk Process

Source: Internet
Author: User

Location of the Code involved in the MySQL main process 1. main () in SQL/mysqld. cc 2. the function for receiving the request is: handle_connetions_sockets (), SQL/mysqld. cc 3. request Processing Portal: handle_one_connection (), SQL/SQL _parse.cc 4. distribution: command: do_command () and dispatch_command (), SQL/SQL _parse.cc 5. resolution query: mysql_parse (), SQL/SQL _parse.cc 6. optimization: mysql_select (), SQL/SQL _select.cc 7. table lock: mysql_lock_table () in SQL/lock. cc and other 8. table Data Change: mysql_update () SQL/SQL _update.cc and other 9. storage engine interface: Implementation of the handler class and some of its functions, SQL/handler. h, SQL/handler. cc 10. innodb implementation: sl/ha_innodb.h, SQL/ha_innodb.cc 11. status delivery: mysqld_show () in SQL/SQL _sow.cc and others

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.