summaryrefslogtreecommitdiff
path: root/storage/innobase/dict
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2017-10-26 11:02:19 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2017-10-26 11:02:19 +0300
commitcfb33617481878ddf684d7a9567e7368aac76681 (patch)
treee26e8ee84a8b03c3b14f8246c28d9dee6f365980 /storage/innobase/dict
parent439a7c994a6f01de1a3980c0405fb9e24ae3bd1a (diff)
downloadmariadb-git-cfb33617481878ddf684d7a9567e7368aac76681.tar.gz
MDEV-12569 InnoDB suggests filing bugs at MySQL bug tracker
Replace all references in InnoDB and XtraDB error log messages to bugs.mysql.com with references to https://jira.mariadb.org/.
Diffstat (limited to 'storage/innobase/dict')
-rw-r--r--storage/innobase/dict/dict0load.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/dict/dict0load.c b/storage/innobase/dict/dict0load.c
index 07910328952..4ee5f4809c4 100644
--- a/storage/innobase/dict/dict0load.c
+++ b/storage/innobase/dict/dict0load.c
@@ -1948,7 +1948,7 @@ err_exit:
"InnoDB: and recreate the foreign key table"
" or the referenced table.\n"
"InnoDB: Submit a detailed bug report"
- " to http://bugs.mysql.com\n"
+ " to https://jira.mariadb.org/\n"
"InnoDB: Latest foreign key error printout:\n%s\n",
dict_foreign_err_buf);