FreeBSD Bugzilla – Attachment 183259 Details for
Bug 219788
databases/p5-DBD-mysql build fails when databases/mariadb102-client installed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff for databases/p5-DBD-mysql
patch-databases_p5-DBD-mysql-MariaDB10.2 (text/plain), 2.09 KB, created by
Bernard Spil
on 2017-06-06 08:33:22 UTC
(
hide
)
Description:
svn diff for databases/p5-DBD-mysql
Filename:
MIME Type:
Creator:
Bernard Spil
Created:
2017-06-06 08:33:22 UTC
Size:
2.09 KB
patch
obsolete
>Index: databases/p5-DBD-mysql/files/patch-dbdimp.c >=================================================================== >--- databases/p5-DBD-mysql/files/patch-dbdimp.c (nonexistent) >+++ databases/p5-DBD-mysql/files/patch-dbdimp.c (working copy) >@@ -0,0 +1,17 @@ >+--- dbdimp.c.orig 2017-02-28 13:36:40 UTC >++++ dbdimp.c >+@@ -2151,11 +2151,14 @@ MYSQL *mysql_dr_connect( >+ imp_dbh->async_query_in_flight = NULL; >+ } >+ >++#ifndef MARIADB_BASE_VERSION >+ /* >+ we turn off Mysql's auto reconnect and handle re-connecting ourselves >+ so that we can keep track of when this happens. >++ MariaDB's implementation does not have the reconnect member >+ */ >+ result->reconnect=0; >++#endif >+ } >+ else { >+ /* > >Property changes on: databases/p5-DBD-mysql/files/patch-dbdimp.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: databases/p5-DBD-mysql/files/patch-dbdimp.h >=================================================================== >--- databases/p5-DBD-mysql/files/patch-dbdimp.h (nonexistent) >+++ databases/p5-DBD-mysql/files/patch-dbdimp.h (working copy) >@@ -0,0 +1,10 @@ >+--- dbdimp.h.orig 2017-02-28 13:36:40 UTC >++++ dbdimp.h >+@@ -19,6 +19,7 @@ >+ */ >+ #include <DBIXS.h> /* installed by the DBI module */ >+ #include <mysql.h> /* Comes with MySQL-devel */ >++#include <mysql_version.h> /* MariaDB does not include this in mysql.h */ >+ #include <mysqld_error.h> /* Comes MySQL */ >+ >+ #include <errmsg.h> /* Comes with MySQL-devel */ > >Property changes on: databases/p5-DBD-mysql/files/patch-dbdimp.h >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 219788
:
183224
|
183259
|
183383
|
183387