[Libreoffice-commits] .: Branch 'libreoffice-3-5' - mysqlcppconn/mysql-connector-c++-1.1.0-mysql-binding-dynamic.patch

Lionel Elie Mamane lmamane at kemper.freedesktop.org
Thu Dec 8 11:44:16 PST 2011


 mysqlcppconn/mysql-connector-c++-1.1.0-mysql-binding-dynamic.patch |   11 ++++++++++
 1 file changed, 11 insertions(+)

New commits:
commit bf162f6ba161e7157d9dac61be01cf3b72b8a6c1
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date:   Thu Dec 8 20:35:41 2011 +0100

    fix build with --enable-ext-mysql-connector --without-system-mysql

diff --git a/mysqlcppconn/mysql-connector-c++-1.1.0-mysql-binding-dynamic.patch b/mysqlcppconn/mysql-connector-c++-1.1.0-mysql-binding-dynamic.patch
index f013b5e..80a87c8 100644
--- a/mysqlcppconn/mysql-connector-c++-1.1.0-mysql-binding-dynamic.patch
+++ b/mysqlcppconn/mysql-connector-c++-1.1.0-mysql-binding-dynamic.patch
@@ -4,3 +4,14 @@
 -dummy
 +#define HAVE_DLFCN_H 1
 +//#define MYSQLCLIENT_STATIC_BINDING 1
+--- misc/mysql-connector-c++-1.1.0/driver/nativeapi/mysql_client_api.h	2010-09-10 11:47:47.000000000 +0200
++++ misc/build/mysql-connector-c++-1.1.0/driver/nativeapi/mysql_client_api.h	2011-12-08 20:22:29.000000000 +0100
+@@ -107,6 +107,8 @@
+ 
+ typedef MYSQL_RES * (STDCALL *ptr2mysql_use_result)(MYSQL *);
+ 
++typedef unsigned long (STDCALL *ptr2mysql_realescapestring)(MYSQL *, char *, const char *, unsigned long);
++
+ /* Prepared Statement stmt_* functions */
+ typedef my_ulonglong (STDCALL *ptr2mysql_stmt_affected_rows)(MYSQL_STMT *);
+ 


More information about the Libreoffice-commits mailing list