Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
d7721fcf
Commit
d7721fcf
authored
Mar 09, 2016
by
Sergey Vojtovich
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #162 from iangilfillan/10.0
Update AskMonty and Atlassian references to MariaDB
parents
3c37f35f
6befd842
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
18 additions
and
18 deletions
+18
-18
Docs/mysql.info
Docs/mysql.info
+3
-3
INSTALL-SOURCE
INSTALL-SOURCE
+1
-1
INSTALL-WIN-SOURCE
INSTALL-WIN-SOURCE
+1
-1
client/mysqlcheck.c
client/mysqlcheck.c
+2
-2
cmake/cpack_rpm.cmake
cmake/cpack_rpm.cmake
+2
-2
debian/copyright
debian/copyright
+1
-1
include/mysql/service_progress_report.h
include/mysql/service_progress_report.h
+1
-1
mysql-test/README
mysql-test/README
+1
-1
scripts/mysqlaccess.sh
scripts/mysqlaccess.sh
+2
-2
sql/mysql_install_db.cc
sql/mysql_install_db.cc
+3
-3
sql/signal_handler.cc
sql/signal_handler.cc
+1
-1
No files found.
Docs/mysql.info
View file @
d7721fcf
MariaDB is in most aspects identical to MySQL.
Differences between MySQL and MariaDB can be found at:
http
://kb.askmonty.org/en/mariadb-versu
s-mysql-features/
http
://kb.askmonty.org/en/mariadb-versu
s-mysql-compatibility/
http
s://mariadb.com/kb/en/mariadb-v
s-mysql-features/
http
s://mariadb.com/kb/en/mariadb-v
s-mysql-compatibility/
The MariaDB manual can be found at:
http
://kb.askmonty.org
/
http
s://mariadb.com/kb
/
The MySQL Reference Manual is available in various formats on
http://dev.mysql.com/doc.
INSTALL-SOURCE
View file @
d7721fcf
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
INSTALL-WIN-SOURCE
View file @
d7721fcf
Up-to-date instructions about building MariaDB on Windows can be found
at: http
://kb.askmonty.org/en/building-mariadb-on-w
indows
at: http
s://mariadb.com/kb/en/Building_MariaDB_on_W
indows
client/mysqlcheck.c
View file @
d7721fcf
...
...
@@ -277,8 +277,8 @@ static void usage(void)
printf
(
"Usage: %s [OPTIONS] database [tables]
\n
"
,
my_progname
);
printf
(
"OR %s [OPTIONS] --databases DB1 [DB2 DB3...]
\n
"
,
my_progname
);
puts
(
"Please consult the MariaDB
/MySQL knowledgeb
ase at"
);
puts
(
"http
://kb.askmonty.org/v
/mysqlcheck for latest information about"
);
puts
(
"Please consult the MariaDB
Knowledge B
ase at"
);
puts
(
"http
s://mariadb.com/kb/en
/mysqlcheck for latest information about"
);
puts
(
"this program."
);
print_defaults
(
"my"
,
load_default_groups
);
puts
(
""
);
...
...
cmake/cpack_rpm.cmake
View file @
d7721fcf
...
...
@@ -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
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 bug reports should be submitted through https://
mariadb.atlassian.net/
MariaDB documentation can be found at http
s://mariadb.com/kb
MariaDB bug reports should be submitted through https://
jira.mariadb.org
"
)
...
...
debian/copyright
View file @
d7721fcf
...
...
@@ -9,7 +9,7 @@ The MariaDB packages were initally made by http://ourdelta.org/, and
are now managed by the MariaDB development team,
maria-developers@lists.launchpad.net
MariaDB can be downloaded from http
://downloads.askmonty.org/mariadb/
MariaDB can be downloaded from http
s://downloads.mariadb.org/
Copyright:
...
...
include/mysql/service_progress_report.h
View file @
d7721fcf
...
...
@@ -22,7 +22,7 @@
if requested.
The functions are documented at
http
://kb.askmonty.org/en/progress-reporting
#how-to-add-support-for-progress-reporting-to-a-storage-engine
http
s://mariadb.com/kb/en/progress-reporting/
#how-to-add-support-for-progress-reporting-to-a-storage-engine
*/
#ifdef __cplusplus
...
...
mysql-test/README
View file @
d7721fcf
...
...
@@ -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
problem:
http
://kb.askmonty.org/v
/reporting-bugs
http
s://mariadb.com/kb/en
/reporting-bugs
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,
...
...
scripts/mysqlaccess.sh
View file @
d7721fcf
...
...
@@ -2422,7 +2422,7 @@ sub Print_Header {
sub Print_Footer {
if ($MySQLaccess::CMD) { #command-line mode
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::Param{'
brief
'}) {
...
...
@@ -2430,7 +2430,7 @@ sub Print_Footer {
}
print "<HR>\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
"
."
</ADDRESS>
\n
"
."
</BODY>
\n
"
...
...
sql/mysql_install_db.cc
View file @
d7721fcf
...
...
@@ -119,10 +119,10 @@ static void die(const char *fmt, ...)
if
(
verbose_errors
)
{
fprintf
(
stderr
,
"http
://kb.askmonty.org/v
/installation-issues-on-windows contains some help
\n
"
"http
s://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
"
"leave a comment in the Knowledge
b
ase or file a bug report at
\n
"
"http
://mariadb.org/jira
"
);
"leave a comment in the Knowledge
B
ase or file a bug report at
\n
"
"http
s://jira.mariadb.org
"
);
}
fflush
(
stderr
);
va_end
(
args
);
...
...
sql/signal_handler.cc
View file @
d7721fcf
...
...
@@ -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
"
);
my_safe_printf_stderr
(
"%s"
,
"To report this bug, see http
://kb.askmonty.org
/en/reporting-bugs
\n\n
"
);
"To report this bug, see http
s://mariadb.com/kb
/en/reporting-bugs
\n\n
"
);
my_safe_printf_stderr
(
"%s"
,
"We will try our best to scrape up some info that will hopefully help
\n
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment