Debugging MariaDB With a Debugger
A technical guide on using standard debuggers like GDB to step through code and inspect the state of a MariaDB instance.
Checking That MariaDB is Compiled For Debugging
mariadbd --debug --helpBuilding MariaDB for Debugging Starting from 5.5
Building MariaDB 5.3 and Older
./BUILD/compile-pentium64-debug-maxDebugging MariaDB From the Source Directory
Creating the MariaDB Database Directory
Running MariaDB in a Debugger
Debugging MariaDB Server with mariadb-test-run
Sample .my.cnf file to Make Debugging Easier
See Also
Last updated
Was this helpful?

