Commit 6befd842 authored by iangilfillan's avatar iangilfillan

Update AskMonty and Atlassian references to MariaDB

parent 3c37f35f
MariaDB is in most aspects identical to MySQL. MariaDB is in most aspects identical to MySQL.
Differences between MySQL and MariaDB can be found at: Differences between MySQL and MariaDB can be found at:
http://kb.askmonty.org/en/mariadb-versus-mysql-features/ https://mariadb.com/kb/en/mariadb-vs-mysql-features/
http://kb.askmonty.org/en/mariadb-versus-mysql-compatibility/ https://mariadb.com/kb/en/mariadb-vs-mysql-compatibility/
The MariaDB manual can be found at: The MariaDB manual can be found at:
http://kb.askmonty.org/ https://mariadb.com/kb/
The MySQL Reference Manual is available in various formats on The MySQL Reference Manual is available in various formats on
http://dev.mysql.com/doc. http://dev.mysql.com/doc.
Instructions for building MariaDB can be found at: Instructions for building MariaDB can be found at:
https://kb.askmonty.org/en/compiling-mariadb-from-source/ https://mariadb.com/kb/en/compiling-mariadb-from-source
Up-to-date instructions about building MariaDB on Windows can be found Up-to-date instructions about building MariaDB on Windows can be found
at: http://kb.askmonty.org/en/building-mariadb-on-windows at: https://mariadb.com/kb/en/Building_MariaDB_on_Windows
...@@ -277,8 +277,8 @@ static void usage(void) ...@@ -277,8 +277,8 @@ static void usage(void)
printf("Usage: %s [OPTIONS] database [tables]\n", my_progname); printf("Usage: %s [OPTIONS] database [tables]\n", my_progname);
printf("OR %s [OPTIONS] --databases DB1 [DB2 DB3...]\n", printf("OR %s [OPTIONS] --databases DB1 [DB2 DB3...]\n",
my_progname); my_progname);
puts("Please consult the MariaDB/MySQL knowledgebase at"); puts("Please consult the MariaDB Knowledge Base at");
puts("http://kb.askmonty.org/v/mysqlcheck for latest information about"); puts("https://mariadb.com/kb/en/mysqlcheck for latest information about");
puts("this program."); puts("this program.");
print_defaults("my", load_default_groups); print_defaults("my", load_default_groups);
puts(""); puts("");
......
...@@ -43,8 +43,8 @@ SET(CPACK_RPM_PACKAGE_DESCRIPTION "${CPACK_RPM_PACKAGE_SUMMARY} ...@@ -43,8 +43,8 @@ SET(CPACK_RPM_PACKAGE_DESCRIPTION "${CPACK_RPM_PACKAGE_SUMMARY}
It is GPL v2 licensed, which means you can use the it free of charge under the It is GPL v2 licensed, which means you can use the it free of charge under the
conditions of the GNU General Public License Version 2 (http://www.gnu.org/licenses/). conditions of the GNU General Public License Version 2 (http://www.gnu.org/licenses/).
MariaDB documentation can be found at http://kb.askmonty.org/ MariaDB documentation can be found at https://mariadb.com/kb
MariaDB bug reports should be submitted through https://mariadb.atlassian.net/ MariaDB bug reports should be submitted through https://jira.mariadb.org
") ")
......
...@@ -9,7 +9,7 @@ The MariaDB packages were initally made by http://ourdelta.org/, and ...@@ -9,7 +9,7 @@ The MariaDB packages were initally made by http://ourdelta.org/, and
are now managed by the MariaDB development team, are now managed by the MariaDB development team,
maria-developers@lists.launchpad.net maria-developers@lists.launchpad.net
MariaDB can be downloaded from http://downloads.askmonty.org/mariadb/ MariaDB can be downloaded from https://downloads.mariadb.org/
Copyright: Copyright:
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
if requested. if requested.
The functions are documented at The functions are documented at
http://kb.askmonty.org/en/progress-reporting#how-to-add-support-for-progress-reporting-to-a-storage-engine https://mariadb.com/kb/en/progress-reporting/#how-to-add-support-for-progress-reporting-to-a-storage-engine
*/ */
#ifdef __cplusplus #ifdef __cplusplus
......
...@@ -11,7 +11,7 @@ All tests must pass. If one or more of them fail on your system, please ...@@ -11,7 +11,7 @@ All tests must pass. If one or more of them fail on your system, please
read the following manual section for instructions on how to report the read the following manual section for instructions on how to report the
problem: problem:
http://kb.askmonty.org/v/reporting-bugs https://mariadb.com/kb/en/reporting-bugs
If you want to use an already running MySQL server for specific tests, If you want to use an already running MySQL server for specific tests,
use the --extern option to mysql-test-run. Please note that in this mode, use the --extern option to mysql-test-run. Please note that in this mode,
......
...@@ -2422,7 +2422,7 @@ sub Print_Header { ...@@ -2422,7 +2422,7 @@ sub Print_Header {
sub Print_Footer { sub Print_Footer {
if ($MySQLaccess::CMD) { #command-line mode if ($MySQLaccess::CMD) { #command-line mode
print "\n" print "\n"
."BUGs can be reported at https://mariadb.atlassian.net/browse/MDEV\n"; ."BUGs can be reported at https://jira.mariadb.org\n";
} }
if ($MySQLaccess::CGI) { #CGI-BIN mode if ($MySQLaccess::CGI) { #CGI-BIN mode
if ($MySQLaccess::Param{'brief'}) { if ($MySQLaccess::Param{'brief'}) {
...@@ -2430,7 +2430,7 @@ sub Print_Footer { ...@@ -2430,7 +2430,7 @@ sub Print_Footer {
} }
print "<HR>\n" print "<HR>\n"
."<ADDRESS>\n" ."<ADDRESS>\n"
."BUGs can be reported at <a href=\"https://mariadb.atlassian.net/browse/MDEV\">MariaDB JIRA</a><BR>\n" ."BUGs can be reported at <a href=\"https://jira.mariadb.org\">MariaDB JIRA</a><BR>\n"
# ."Don't forget to mention the version $VERSION!<BR>\n" # ."Don't forget to mention the version $VERSION!<BR>\n"
."</ADDRESS>\n" ."</ADDRESS>\n"
."</BODY>\n" ."</BODY>\n"
......
...@@ -119,10 +119,10 @@ static void die(const char *fmt, ...) ...@@ -119,10 +119,10 @@ static void die(const char *fmt, ...)
if (verbose_errors) if (verbose_errors)
{ {
fprintf(stderr, fprintf(stderr,
"http://kb.askmonty.org/v/installation-issues-on-windows contains some help\n" "https://mariadb.com/kb/en/installation-issues-on-windows contains some help\n"
"for solving the most common problems. If this doesn't help you, please\n" "for solving the most common problems. If this doesn't help you, please\n"
"leave a comment in the Knowledgebase or file a bug report at\n" "leave a comment in the Knowledge Base or file a bug report at\n"
"http://mariadb.org/jira"); "https://jira.mariadb.org");
} }
fflush(stderr); fflush(stderr);
va_end(args); va_end(args);
......
...@@ -100,7 +100,7 @@ extern "C" sig_handler handle_fatal_signal(int sig) ...@@ -100,7 +100,7 @@ extern "C" sig_handler handle_fatal_signal(int sig)
"or misconfigured. This error can also be caused by malfunctioning hardware.\n\n"); "or misconfigured. This error can also be caused by malfunctioning hardware.\n\n");
my_safe_printf_stderr("%s", my_safe_printf_stderr("%s",
"To report this bug, see http://kb.askmonty.org/en/reporting-bugs\n\n"); "To report this bug, see https://mariadb.com/kb/en/reporting-bugs\n\n");
my_safe_printf_stderr("%s", my_safe_printf_stderr("%s",
"We will try our best to scrape up some info that will hopefully help\n" "We will try our best to scrape up some info that will hopefully help\n"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment