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/.

The original merge
commit 4274d0bf57
was accidentally reverted by the subsequent merge
commit 3b35d745c3
This commit is contained in:
Marko Mäkelä 2017-10-26 13:29:28 +03:00
commit b933a8c354
24 changed files with 36 additions and 36 deletions

View file

@ -215,7 +215,7 @@ mlog_write_initial_log_record_fast(
"%d on page %lu of space %lu in the "
"doublewrite buffer, continuing anyway.\n"
"Please post a bug report to "
"bugs.mysql.com.\n",
"https://jira.mariadb.org/\n",
type, offset, space);
ut_ad(0);
}