Skip Menu |

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

Report information
The Basics
Id: 122431
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: RE: DBD-mysql MariaDB reconnect method removed
Date: Mon, 10 Jul 2017 15:41:31 +0000
To: "bug-DBD-mysql [...] rt.cpan.org" <bug-DBD-mysql [...] rt.cpan.org>
From: David Byng <david.byng [...] symbox.com>
Apologies, I attached the wrong patch files, updated patches attached. Kind Regards David Byng From: David Byng Sent: 10 July 2017 14:10 To: 'bug-DBD-mysql@rt.cpan.org' <bug-DBD-mysql@rt.cpan.org> Subject: DBD-mysql MariaDB reconnect method removed 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.

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

On Mon Jul 10 14:14:01 2017, david.byng@symbox.com wrote: Show quoted text
> Apologies, I attached the wrong patch files, updated patches attached. > > Kind Regards > David Byng > > From: David Byng > Sent: 10 July 2017 14:10 > To: 'bug-DBD-mysql@rt.cpan.org' <bug-DBD-mysql@rt.cpan.org> > Subject: DBD-mysql MariaDB reconnect method removed > > 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
Please merge with ticket https://rt.cpan.org/Ticket/Display.html?id=122429