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/innobase/row/row0umod.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/innobase/row/row0umod.cc')
-rw-r--r-- | storage/innobase/row/row0umod.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/row/row0umod.cc b/storage/innobase/row/row0umod.cc index d8bb6955e60..77fa3cada2b 100644 --- a/storage/innobase/row/row0umod.cc +++ b/storage/innobase/row/row0umod.cc @@ -676,7 +676,7 @@ row_undo_mod_del_unmark_sec_and_undo_update( trx_print(stderr, trx, 0); fputs("\n" "InnoDB: Submit a detailed bug report" - " to https://jira.mariadb.org/\n", stderr); + " to http://bugs.mysql.com\n", stderr); ib_logf(IB_LOG_LEVEL_WARN, "record in index %s was not found" |