871d75e9c2
The used version is actually named mariadb_client but since 2.1.0 upstream calls it MariaDB Connector/C. Change-Id: I51b12a9be55151919585dec91a5fc802ff4fc86b Reviewed-on: https://gerrit.libreoffice.org/42295 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
13 lines
379 B
Groff
13 lines
379 B
Groff
--- mariadb/libmariadb/my_pthread.c.orig 2013-04-17 15:45:52.025896770 +0200
|
|
+++ mariadb/libmariadb/my_pthread.c 2013-04-17 15:47:32.292895908 +0200
|
|
@@ -28,6 +28,10 @@
|
|
|
|
#ifdef _WIN32
|
|
|
|
+#ifndef ETIMEDOUT /* does not exist MSVC 2008 but was added in MSVC 2010 */
|
|
+#define ETIMEDOUT 145
|
|
+#endif
|
|
+
|
|
int
|
|
pthread_cond_init (pthread_cond_t *cv, const pthread_condattr_t *attr)
|
|
{
|