fdo#61256 - the Get.*Export methods also create and register styles
[LibreOffice.git] / mysqlcppconn / mysql-connector-c++-1.1.0-mysql-binding-dynamic.patch
blob80a87c876eaa7d8c0c84175f43a2e4080720b15b
1 --- misc/mysql-connector-c++-1.1.0/driver/nativeapi/binding_config.h 2009-08-14 10:17:23.640625000 +0200
2 +++ misc/build/mysql-connector-c++-1.1.0/driver/nativeapi/binding_config.h 2009-08-14 10:13:50.359375000 +0200
3 @@ -1 +1,2 @@
4 -dummy
5 +#define HAVE_DLFCN_H 1
6 +//#define MYSQLCLIENT_STATIC_BINDING 1
7 --- misc/mysql-connector-c++-1.1.0/driver/nativeapi/mysql_client_api.h 2010-09-10 11:47:47.000000000 +0200
8 +++ misc/build/mysql-connector-c++-1.1.0/driver/nativeapi/mysql_client_api.h 2011-12-08 20:22:29.000000000 +0100
9 @@ -107,6 +107,8 @@
11 typedef MYSQL_RES * (STDCALL *ptr2mysql_use_result)(MYSQL *);
13 +typedef unsigned long (STDCALL *ptr2mysql_realescapestring)(MYSQL *, char *, const char *, unsigned long);
15 /* Prepared Statement stmt_* functions */
16 typedef my_ulonglong (STDCALL *ptr2mysql_stmt_affected_rows)(MYSQL_STMT *);