Skip Menu |

This queue is for tickets about the DBD-mysql CPAN distribution.

Report information
The Basics
Id: 83350
Status: resolved
Priority: 0/
Queue: DBD-mysql

People
Owner: Nobody in particular
Requestors: sveta.smirnova [...] oracle.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: 4.021



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
On Fri Feb 15 11:43:06 2013, svetasmirnova wrote: Show quoted text
> 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 >
I originally reported this. Trying to CC myself on this job but can't find an option.
On Fri Feb 15 11:43:06 2013, svetasmirnova wrote: Show quoted text
> It looks like this pull request on github would fix: > > https://github.com/CaptTofu/DBD-mysql/pull/18
The pull request was merged, it's been fixed since 4.021. The RT ticket might be closed now.
Closing.