Description:
On latest pushes on trunk bootstrap fails with
ERROR: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version
for the right syntax to use near '<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not F' at line 1
100805 3:34:28 [ERROR] Aborting
fill_help_tables.sql contains the following:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /docs/refman-5.6/en/help-tables/fill_help_tables.sql was not found on this server.</p>
<hr>
<address>Apache/2.2.3 (Red Hat) PHP/5.1.6 DAV/2 SVN/1.4.2 mod_auth_tkt/2.2.0 mod_ssl/2.2.3 OpenSSL/0.9.8b Server
at docsrva.mysql.com Port 80</address>
</body></html>
How to repeat:
Try to start server using MTR and check bootstrap.log,
or run mysql_install_db and observe the failure