Bug#849125: [debian-mysql] Bug#849125: mariadb-connector-c: Fix include of my_stmt.h

2016-12-23 Thread Georg Richter
Fix pushed to connector_c_2.2 branch, 3.0 (master) was not affected.

commit 1deacd5782b9dc041c50f7359d24eaef9ba8f5a5
Author: Georg Richter 
Date:   Fri Dec 23 16:53:14 2016 +0100

Fix for debian Bug#849125: fix include of my_stmt.h

/Georg


On Thu, Dec 22, 2016 at 8:24 PM, Andre Nathan  wrote:

> Package: mariadb-connector-c
> Version: 2.3.1-1
> Severity: important
>
> Hi,
>
> The mysql.h file has an #include directive as such:
>
> #include 
>
> This causes an error in C programs that include "mysql.h", making the
> library unusable. There's an upstream fix
> (https://jira.mariadb.org/browse/CONC-143) that claims to have made it
> into version 2.2.0 of the connector, but it seems the error has crept
> back in.
>
> The fix is really simple, replacing the include statement above with
>
> #include "my_stmt.h"
>
> Thanks.
>
> ___
> pkg-mysql-maint mailing list
> pkg-mysql-ma...@lists.alioth.debian.org
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-mysql-maint
>



-- 
Georg Richter, Senior Software Engineer
MariaDB Corporation Ab


Bug#849125: [debian-mysql] Bug#849125: mariadb-connector-c: Fix include of my_stmt.h

2016-12-29 Thread Andre Nathan
Hi Georg,

Could you apply it to branch connector_c_2.3 too? It's still affected:

https://github.com/MariaDB/mariadb-connector-c/blob/connector_c_2.3/include/mysql.h#L368

Best regards,
Andre

On 12/23/2016 01:55 PM, Georg Richter wrote:
> Fix pushed to connector_c_2.2 branch, 3.0 (master) was not affected.
> 
> commit 1deacd5782b9dc041c50f7359d24eaef9ba8f5a5
> Author: Georg Richter mailto:ge...@mariadb.com>>
> Date:   Fri Dec 23 16:53:14 2016 +0100
> 
> Fix for debian Bug#849125: fix include of my_stmt.h
> 
> /Georg
> 
> 
> On Thu, Dec 22, 2016 at 8:24 PM, Andre Nathan  > wrote:
> 
> Package: mariadb-connector-c
> Version: 2.3.1-1
> Severity: important
> 
> Hi,
> 
> The mysql.h file has an #include directive as such:
> 
> #include 
> 
> This causes an error in C programs that include "mysql.h", making the
> library unusable. There's an upstream fix
> (https://jira.mariadb.org/browse/CONC-143
> ) that claims to have made it
> into version 2.2.0 of the connector, but it seems the error has crept
> back in.
> 
> The fix is really simple, replacing the include statement above with
> 
> #include "my_stmt.h"
> 
> Thanks.
> 
> ___
> pkg-mysql-maint mailing list
> pkg-mysql-ma...@lists.alioth.debian.org
> 
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-mysql-maint
> 
> 
> 
> 
> 
> -- 
> Georg Richter, Senior Software Engineer
> MariaDB Corporation Ab




signature.asc
Description: OpenPGP digital signature


Bug#849125: [debian-mysql] Bug#849125: mariadb-connector-c: Fix include of my_stmt.h

2016-12-29 Thread Georg Richter
Ups, sorry.
It's in 2.3 now too.

/Georg

On Thu, Dec 29, 2016 at 10:54 AM, Andre Nathan 
wrote:

> Hi Georg,
>
> Could you apply it to branch connector_c_2.3 too? It's still affected:
>
> https://github.com/MariaDB/mariadb-connector-c/blob/
> connector_c_2.3/include/mysql.h#L368
>
> Best regards,
> Andre
>
> On 12/23/2016 01:55 PM, Georg Richter wrote:
> > Fix pushed to connector_c_2.2 branch, 3.0 (master) was not affected.
> >
> > commit 1deacd5782b9dc041c50f7359d24eaef9ba8f5a5
> > Author: Georg Richter mailto:ge...@mariadb.com>>
> > Date:   Fri Dec 23 16:53:14 2016 +0100
> >
> > Fix for debian Bug#849125: fix include of my_stmt.h
> >
> > /Georg
> >
> >
> > On Thu, Dec 22, 2016 at 8:24 PM, Andre Nathan  > > wrote:
> >
> > Package: mariadb-connector-c
> > Version: 2.3.1-1
> > Severity: important
> >
> > Hi,
> >
> > The mysql.h file has an #include directive as such:
> >
> > #include 
> >
> > This causes an error in C programs that include "mysql.h", making the
> > library unusable. There's an upstream fix
> > (https://jira.mariadb.org/browse/CONC-143
> > ) that claims to have
> made it
> > into version 2.2.0 of the connector, but it seems the error has crept
> > back in.
> >
> > The fix is really simple, replacing the include statement above with
> >
> > #include "my_stmt.h"
> >
> > Thanks.
> >
> > ___
> > pkg-mysql-maint mailing list
> > pkg-mysql-ma...@lists.alioth.debian.org
> > 
> > http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/
> pkg-mysql-maint
> >  pkg-mysql-maint>
> >
> >
> >
> >
> > --
> > Georg Richter, Senior Software Engineer
> > MariaDB Corporation Ab
>
>
>


-- 
Georg Richter, Senior Software Engineer
MariaDB Corporation Ab