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


24 MySQL internals

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

24.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.