Hi Alexander,

I wanted to run mysqld in debug mode to check the trace file and get to know workflow of SQL commands. I tried following command

mysqld --user=<username> --debug

Then, after connecting I executed some commands. But, the trace file is not created in /tmp folder.

Is there anything I need to do while building the source code in order for the debug mode to work?

Thanks,
Sriram