summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <daniel@linux.ibm.com>2020-06-23 15:37:41 +1000
committerAnel <an3l@users.noreply.github.com>2020-06-29 05:49:52 +0200
commitca55e09e9a9a5e30c4137384d96a3bc07493fb01 (patch)
tree84f5ec4b0ac22a505bc8df70ef8b1784ed98430b
parent37cb7a0071febdba7a5ae61c2cd9e87def37454e (diff)
downloadmariadb-git-ca55e09e9a9a5e30c4137384d96a3bc07493fb01.tar.gz
signal handler: use mariadb kb URL rather than MySQL one
-rw-r--r--sql/signal_handler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/signal_handler.cc b/sql/signal_handler.cc
index d9b3fece854..05e1d2176f9 100644
--- a/sql/signal_handler.cc
+++ b/sql/signal_handler.cc
@@ -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 */