Go to the first, previous, next, last section, table of contents.


22 MySQL internals

This chapter will describe a lot of things that you need to know when working on the MySQL code.

22.1 MySQL threads

The MySQL server creates the the following threads:

mysqladmin processlist only shows the connection and INSERT DELAYED threads.


Go to the first, previous, next, last section, table of contents.