Skip Menu |

This queue is for tickets about the DBIx-Class CPAN distribution.

Report information
The Basics
Id: 81979
Status: resolved
Priority: 0/
Queue: DBIx-Class

People
Owner: Nobody in particular
Requestors: aar [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.08204



Subject: Use of uninitialized value $mysql_ver
Use of uninitialized value $mysql_ver in pattern match (m//) at /usr/local/share/perl/5.14.2/DBIx/Class/Storage/DBI/mysql.pm line 62. DBIx::Class::ResultSet::delete(): DBI Connection failed: DBI connect('database=master;host=...;port=3306;mysql_server_prepare=0;mysql_enable_utf8=1','. ..',...) failed: Access denied for user '...'@'...' (using password: NO) at /usr/local/share/perl/5.14.2/DBIx/Class/Storage/DBI.pm line 1387. at /...... line 48
On Fri Dec 14 05:39:38 2012, AAR wrote: Show quoted text
> Use of uninitialized value $mysql_ver in pattern match (m//) at > /usr/local/share/perl/5.14.2/DBIx/Class/Storage/DBI/mysql.pm line 62.
^^^ this part is a warning. It has been fixed in 0.08204. Please confirm this is the case Show quoted text
> DBIx::Class::ResultSet::delete(): DBI Connection failed: DBI >
connect('database=master;host=...;port=3306;mysql_server_prepare=0;mysql_enable_utf8=1','. Show quoted text
> ..',...) failed: Access denied for user '...'@'...' (using password: > NO) at > /usr/local/share/perl/5.14.2/DBIx/Class/Storage/DBI.pm line 1387. at > /...... line 48
^^^ This is the actual exception - you are not allowed to connect with this user/pass combo
That's clear. I was reporting the warning. Thanks for fixing.
Subject: Re: [rt.cpan.org #81979] Use of uninitialized value $mysql_ver
Date: Sat, 15 Dec 2012 21:36:53 +1100
To: Alessandro Ranellucci via RT <bug-DBIx-Class [...] rt.cpan.org>
From: Peter Rabbitson <ribasushi [...] cpan.org>
On Sat, Dec 15, 2012 at 05:34:41AM -0500, Alessandro Ranellucci via RT wrote: Show quoted text
> Queue: DBIx-Class > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=81979 > > > That's clear. I was reporting the warning. > Thanks for fixing.
Did upgrading really fix it for you though? There might be another codepath that was overlooked.
Marking as "fixed in 0.08204". If this is not the case (the warning still persists) - please reopen this ticket.