diff options
author | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2017-10-26 12:46:47 +0300 |
---|---|---|
committer | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2017-10-26 12:46:47 +0300 |
commit | 3b35d745c3245f63fcc9757bfa90392bf923fcc3 (patch) | |
tree | 5a84b9a11569e6a1442de2b0c221d70a6b8af15f /storage/xtradb/btr/btr0btr.cc | |
parent | 4274d0bf578aeac9780ffd9ab06aebba48a0fac9 (diff) | |
parent | 4ef64e01a7a6ff8b6b7b2a1c1b7725c24b339aff (diff) | |
download | mariadb-git-3b35d745c3245f63fcc9757bfa90392bf923fcc3.tar.gz |
Merge branch 'merge-innodb-5.6' into 10.0
Diffstat (limited to 'storage/xtradb/btr/btr0btr.cc')
-rw-r--r-- | storage/xtradb/btr/btr0btr.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/xtradb/btr/btr0btr.cc b/storage/xtradb/btr/btr0btr.cc index d6fbba01202..47a2fa9b2cb 100644 --- a/storage/xtradb/btr/btr0btr.cc +++ b/storage/xtradb/btr/btr0btr.cc @@ -1940,7 +1940,7 @@ btr_page_reorganize_low( "InnoDB: Error: page old max ins size %lu" " new max ins size %lu\n" "InnoDB: Submit a detailed bug report" - " to https://jira.mariadb.org/\n", + " to http://bugs.mysql.com\n", (unsigned long) data_size1, (unsigned long) data_size2, (unsigned long) max_ins_size1, (unsigned long) max_ins_size2); |