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

@ -1791,7 +1791,7 @@ loop:
" was greater\n"
"InnoDB: than the new log sequence number " LSN_PF "!\n"
"InnoDB: Please submit a bug report"
" to http://bugs.mysql.com\n",
" to https://jira.mariadb.org\n",
old_lsn, new_lsn);
ut_ad(0);
}