summaryrefslogtreecommitdiff
path: root/sql/mysql_install_db.cc
diff options
context:
space:
mode:
authorDaniel Bartholomew <dbart@askmonty.org>2012-06-18 17:29:05 -0400
committerDaniel Bartholomew <dbart@askmonty.org>2012-06-18 17:29:05 -0400
commit37f8094652c438360b66aa04a46acb96d3eea6b7 (patch)
treeed381590876b9c728b87232adc42026f69007e8f /sql/mysql_install_db.cc
parentbdc68e5baf9eafdc1956ff555770b010a6260102 (diff)
downloadmariadb-git-37f8094652c438360b66aa04a46acb96d3eea6b7.tar.gz
fixed some urls that the previous update missed
Diffstat (limited to 'sql/mysql_install_db.cc')
-rw-r--r--sql/mysql_install_db.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/mysql_install_db.cc b/sql/mysql_install_db.cc
index 364dca9120a..bde81d915b2 100644
--- a/sql/mysql_install_db.cc
+++ b/sql/mysql_install_db.cc
@@ -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"
- "https://bugs.launchpad.net/maria");
+ "leave a comment in the Knowledgebase or file a bug report at\n"
+ "http://mariadb.org/jira");
}
fflush(stderr);
va_end(args);