summaryrefslogtreecommitdiff
path: root/storage/xtradb/include
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2017-10-26 13:36:38 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2017-10-26 13:36:38 +0300
commit38e12db478fdea10531f198323c07a46c722d832 (patch)
tree7060f99ed20f766037ab7e4a301c26676b34891a /storage/xtradb/include
parent909cdafd35c05b56e47d2c791149a5dd85621870 (diff)
parentb933a8c354159c9a22c76b5d6f430a76e8a920cd (diff)
downloadmariadb-git-38e12db478fdea10531f198323c07a46c722d832.tar.gz
Merge 10.0 into 10.1
Diffstat (limited to 'storage/xtradb/include')
-rw-r--r--storage/xtradb/include/mtr0log.ic2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/xtradb/include/mtr0log.ic b/storage/xtradb/include/mtr0log.ic
index d508d30fafe..8c891fac55b 100644
--- a/storage/xtradb/include/mtr0log.ic
+++ b/storage/xtradb/include/mtr0log.ic
@@ -216,7 +216,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);
}