Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: david.byng [...] symbox.com
Cc: pali [...] cpan.org
AdminCc:

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



Subject: DBD-mysql MariaDB reconnect method removed
Date: Mon, 10 Jul 2017 13:10:15 +0000
To: "bug-DBD-mysql [...] rt.cpan.org" <bug-DBD-mysql [...] rt.cpan.org>
From: David Byng <david.byng [...] symbox.com>
Hi, When trying to build the DBD::mysql library against MaiarDB header files I run into the following error: dbdimp.c: In function 'mysql_dr_connect': dbdimp.c:2000:13: error: 'MYSQL' has no member named 'reconnect' result->reconnect=0; I have patched the dbdimp.c & dbdimp.h files to fix this issue, ideally it would be great to get this fix merged into the official release. Kind Regards David Byng

Message body is not shown because sender requested not to inline it.

Message body is not shown because sender requested not to inline it.

On Mon Jul 10 13:44:56 2017, david.byng@symbox.com wrote: Show quoted text
> Hi, > > When trying to build the DBD::mysql library against MaiarDB header > files I run into the following error: > > dbdimp.c: In function 'mysql_dr_connect': > dbdimp.c:2000:13: error: 'MYSQL' has no member named 'reconnect' > result->reconnect=0; > > I have patched the dbdimp.c & dbdimp.h files to fix this issue, > ideally it would be great to get this fix merged into the official > release. > > Kind Regards > David Byng
Duplicate of https://rt.cpan.org/Public/Bug/Display.html?id=122065 please merge tickets.