| Project: | Drupal tweaks |
| Version: | 6.x-1.x-dev |
| Component: | Documentation |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
| Issue tags: | database tweaks |
Issue Summary
On the Project page, under the heading Database Tweaks, you have a link to the MySQL reference manual that is broken. The project page currently reads:
Read more about those variables:
http://dev.mysql.com/doc/refman/5.1/en/server-session-variables.htmlAnd SQL Modes:
http://dev.mysql.com/doc/refman/5.1/en/server-sql-mode.html
The project page should read:
Read more about those variables:
http://dev.mysql.com/doc/refman/5.1/en/server-system-variables.htmlAnd SQL Modes:
http://dev.mysql.com/doc/refman/5.1/en/server-sql-mode.html
Might I also suggest that, as MySQL 5.0 is more commonly used with Drupal than MySQL 5.1, you change those links to point to the MySQL 5.0 reference manual instead. See http://www.palantir.net/blog/beware-mysql-51-my-son.