FreeBSD Bugzilla – Attachment 185042 Details for
Bug 221242
databases/mariadb102-client: MYSQL_SERVER_VERSION is not defined in mysql_version.h of mariadb102-client-10.2.9_1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
mydumper.patch (text/plain), 1.97 KB, created by
Piotr Kubaj
on 2017-08-05 11:23:12 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2017-08-05 11:23:12 UTC
Size:
1.97 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 447397) >+++ Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= mydumper > PORTVERSION= 0.9.1 >+PORTREVISION= 1 > DISTVERSIONPREFIX= v > CATEGORIES= databases > >@@ -15,7 +16,7 @@ > > CMAKE_ARGS= -DBUILD_DOCS=OFF -DWITH_BINLOG=OFF > USE_GNOME= glib20 >-USES= cmake gnome mysql pkgconfig >+USES= cmake gnome iconv mysql pkgconfig ssl > > PLIST_FILES= sbin/mydumper sbin/myloader > >Index: files/patch-mydumper.c >=================================================================== >--- files/patch-mydumper.c (revision 0) >+++ files/patch-mydumper.c (working copy) >@@ -0,0 +1,10 @@ >+--- mydumper.c.orig 2017-08-05 10:43:05 UTC >++++ mydumper.c >+@@ -22,6 +22,7 @@ >+ #define _FILE_OFFSET_BITS 64 >+ >+ #include <mysql.h> >++#include <mysql_version.h> >+ #include <unistd.h> >+ #include <stdio.h> >+ #include <string.h> > >Property changes on: files/patch-mydumper.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: files/patch-myloader.c >=================================================================== >--- files/patch-myloader.c (revision 0) >+++ files/patch-myloader.c (working copy) >@@ -0,0 +1,10 @@ >+--- myloader.c.orig 2017-08-05 10:43:13 UTC >++++ myloader.c >+@@ -19,6 +19,7 @@ >+ #define _FILE_OFFSET_BITS 64 >+ >+ #include <mysql.h> >++#include <mysql_version.h> >+ #include <unistd.h> >+ #include <stdio.h> >+ #include <string.h> > >Property changes on: files/patch-myloader.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
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 221242
: 185042 |
187459