mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
signal handler: use mariadb kb URL rather than MySQL one
This commit is contained in:
parent
37cb7a0071
commit
ca55e09e9a
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ extern "C" sig_handler handle_fatal_signal(int sig)
|
|||
}
|
||||
my_safe_printf_stderr("%s",
|
||||
"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");
|
||||
|
||||
#endif /* HAVE_STACKTRACE */
|
||||
|
|
Loading…
Reference in a new issue