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/dict/dict0load.c | |
parent | cdb7e5926cd75cf81ba0892c1861b557754ff2b0 (diff) | |
download | mariadb-git-981f6ef9792b51000411a1dc35512adabb609aaf.tar.gz |
InnoDB: Changed bug reporting address to http://bugs.mysql.com
Diffstat (limited to 'innobase/dict/dict0load.c')
-rw-r--r-- | innobase/dict/dict0load.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/dict/dict0load.c b/innobase/dict/dict0load.c index 884ef95e183..6a4d4c86824 100644 --- a/innobase/dict/dict0load.c +++ b/innobase/dict/dict0load.c @@ -721,7 +721,7 @@ dict_load_table( "InnoDB: the foreign key table or the referenced table!\n" "InnoDB: The data dictionary of InnoDB is corrupt. You may need to drop\n" "InnoDB: and recreate the foreign key table or the referenced table.\n" -"InnoDB: Send a detailed bug report to mysql@lists.mysql.com\n" +"InnoDB: Submit a detailed bug report to http://bugs.mysql.com\n" "InnoDB: Latest foreign key error printout:\n%s\n", dict_foreign_err_buf); mutex_exit(&dict_foreign_err_mutex); |