mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +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
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue