diff options
author | marko@hundin.mysql.fi <> | 2004-05-11 11:05:02 +0300 |
---|---|---|
committer | marko@hundin.mysql.fi <> | 2004-05-11 11:05:02 +0300 |
commit | 981f6ef9792b51000411a1dc35512adabb609aaf (patch) | |
tree | 2ae31e55247c9c4899d1806132c5fcaf7a01e499 /innobase/btr | |
parent | cdb7e5926cd75cf81ba0892c1861b557754ff2b0 (diff) | |
download | mariadb-git-981f6ef9792b51000411a1dc35512adabb609aaf.tar.gz |
InnoDB: Changed bug reporting address to http://bugs.mysql.com
Diffstat (limited to 'innobase/btr')
-rw-r--r-- | innobase/btr/btr0btr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/btr/btr0btr.c b/innobase/btr/btr0btr.c index 70bcd1eea1f..0b4c0dbfa94 100644 --- a/innobase/btr/btr0btr.c +++ b/innobase/btr/btr0btr.c @@ -882,7 +882,7 @@ btr_page_reorganize_low( fprintf(stderr, "InnoDB: Error: page old data size %lu new data size %lu\n" "InnoDB: Error: page old max ins size %lu new max ins size %lu\n" -"InnoDB: Make a detailed bug report and send it to mysql@lists.mysql.com\n", +"InnoDB: Submit a detailed bug report to http://bugs.mysql.com\n", data_size1, data_size2, max_ins_size1, max_ins_size2); } |