Tuesday, February 02, 2010

3 Patches for Perl CPAN Module: Net::MySQL

I patched Net::MySQL with several patches I found in CPAN bug archive, since no one has fixed it in years.

I have another patch, for connecting to old mySQL versions, which is not included:
  • BUG#53558: Affected rows length not cleared after new query.
  • BUG#36646: When table has an index, a SELECT with a WHERE clause on indexed column fails.
  • BUG#14755: Fixed from CPAN bug fixes. Last insert index not correct when > 65535
Here is the whole file:

http://argw.com/MySQL.pm.txt

2 comments:

szabgab said...

Maybe ask for maintainership and upload it to CPAN?

Jorge Monasterio said...

Will look into it. Thanks for pointing out my laziness :) It motivates me to do the right thing.