What I Learned Today
Watching process list in mysql

Run show processlist; in a mysql terminal to see all currently running commands.

Also useful:  show table status;