signal handler: use mariadb kb URL rather than MySQL one

This commit is contained in:
Daniel Black 2020-06-23 15:37:41 +10:00 committed by Anel
parent 37cb7a0071
commit ca55e09e9a

View file

@ -229,7 +229,7 @@ extern "C" sig_handler handle_fatal_signal(int sig)
} }
my_safe_printf_stderr("%s", my_safe_printf_stderr("%s",
"The manual page at " "The manual page at "
"http://dev.mysql.com/doc/mysql/en/crashing.html contains\n" "https://mariadb.com/kb/en/how-to-produce-a-full-stack-trace-for-mysqld/ contains\n"
"information that should help you find out what is causing the crash.\n"); "information that should help you find out what is causing the crash.\n");
#endif /* HAVE_STACKTRACE */ #endif /* HAVE_STACKTRACE */