From 981f6ef9792b51000411a1dc35512adabb609aaf Mon Sep 17 00:00:00 2001 From: "marko@hundin.mysql.fi" <> Date: Tue, 11 May 2004 11:05:02 +0300 Subject: InnoDB: Changed bug reporting address to http://bugs.mysql.com --- innobase/btr/btr0btr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'innobase/btr') 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); } -- cgit v1.2.1