Updated modules

This commit is contained in:
Brian Fraser
2012-07-13 01:54:09 -03:00
parent 01f64ad724
commit 7f18bae253
12 changed files with 12 additions and 0 deletions

View File

@@ -1961,6 +1961,7 @@ sub BUILDARGS {
if ( blessed($_[0]) && $_[0]->can("selectrow_hashref") ) {
PTDEBUG && _d("VersionParser got a dbh, trying to get the version");
my $dbh = $_[0];
local $dbh->{FetchHashKeyName} = 'NAME_lc';
my $query = eval {
$dbh->selectall_arrayref(q<SHOW VARIABLES LIKE 'version%'>, { Slice => {} })
};