mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
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 commit4274d0bf57was accidentally reverted by the subsequent merge commit3b35d745c3
This commit is contained in:
parent
c9ee5d9960
commit
b933a8c354
24 changed files with 36 additions and 36 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue