Subject: | Markup error in documentation for DBD::mysql |
This bug was originally reported by Michael Stevens at
http://bugs.mysql.com/bug.php?id=64669
Description:
The DBD::mysql documentation for the "mysql_init_command" option is
incorrectly formatted.
An example of this can be seen at
http://search.cpan.org/~capttofu/DBD-mysql-4.020/lib/DBD/mysql.pm
It shows as:
=item mysql_init_command
If your DSN contains the option "mysql_init_command_timeout=##", then
this SQL statement is executed when connecting to the MySQL server.
It is automatically re-executed if reconnection occurs.
Which suggests that due to some formatting error this list item is not
properly being rendered as a list item.
How to repeat:
Go to the URL above, or run "perldoc DBD::mysql"
Suggested fix:
Fix the POD.
It looks like this pull request on github would fix:
https://github.com/CaptTofu/DBD-mysql/pull/18