Comments - How to Produce a Full Stack Trace for mariadbd

12 years, 2 months ago Peter Edwards

When updating a my.cnf I had to use:

[mysqld]
stack-trace
core-file
[mysqld-safe]
core-file-size=unlimited

Check using:

bin/my_print_defaults --defaults-file=my.cnf mysqld
 
bin/my_print_defaults --defaults-file=my.cnf mysqld-safe
Archived  
6 years, 11 months ago Michael Widenius

Thanks, I have now added this to the manual page

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.