1.1. MySQL History1.2. MySQL Architecture1.2.1. Core Modules1.2.2. Interaction of the Core Modules1.2.3. Detailed Look at the Core Modules1.2.3.1. Server Initialization Module1.2.3.2. Connection Manager1.2.3.3. Thread Manager1.2.3.4. Connection Thread1.2.3.5. User Authentication Module1.2.3.6. Access Control Module1.2.3.7. Parser1.2.3.8. Command Dispatcher1.2.3.9. Query Cache Module1.2.3.10. Optimizer1.2.3.11. Table Manager1.2.3.12. Table Modification Modules1.2.3.13. Table Maintenance Module1.2.3.14. Status Reporting Module1.2.3.15. Abstracted Storage Engine Interface (Table Handler)1.2.3.16. Storage Engine Implementations (MyISAM, InnoDB, MEMORY,
Berkeley DB)1.2.3.17. Logging Module1.2.3.18. Replication Master Module1.2.3.19. Replication Slave Module1.2.3.20. Client/Server Protocol API1.2.3.21. Low-Level Network I/O API1.2.3.22. Core API