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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
37f80946
Commit
37f80946
authored
Jun 18, 2012
by
Daniel Bartholomew
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed some urls that the previous update missed
parent
bdc68e5b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
Docs/INSTALL-BINARY
Docs/INSTALL-BINARY
+1
-1
mysql-test/README
mysql-test/README
+3
-3
sql/mysql_install_db.cc
sql/mysql_install_db.cc
+2
-2
No files found.
Docs/INSTALL-BINARY
View file @
37f80946
...
...
@@ -31,7 +31,7 @@ also applies.
first.
If you run into problems and need to file a bug report,
please report them to: http://
bugs.launchpad.net/mari
a
please report them to: http://
mariadb.org/jir
a
See the instructions in Section 1.6, "How to Report Bugs or Problems."
...
...
mysql-test/README
View file @
37f80946
...
...
@@ -69,10 +69,10 @@ extension. For example:
If you want to submit your test case you can send it
to maria-developers@lists.launchpad.com or attach it to a bug report on
http
s://bugs.launchpad.net/mari
a/.
http
://mariadb.org/jir
a/.
If the test case is really big or if it contains 'not public' data,
then put your .test file and .result file(s) into a tar.gz archive,
add a README that explains the problem, ftp the archive to
ftp://ftp.askmonty.org/private and s
end a mail
to
http
s://bugs.launchpad.net/maria/
about it.
ftp://ftp.askmonty.org/private and s
ubmit a report
to
http
://mariadb.org/jira
about it.
sql/mysql_install_db.cc
View file @
37f80946
...
...
@@ -119,8 +119,8 @@ static void die(const char *fmt, ...)
fprintf
(
stderr
,
"http://kb.askmonty.org/v/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
base or file a bug report at
\n
"
"http
s://bugs.launchpad.net/mari
a"
);
"leave a comment in the
Knowledge
base or file a bug report at
\n
"
"http
://mariadb.org/jir
a"
);
}
fflush
(
stderr
);
va_end
(
args
);
...
...
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