Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37516166
en ru br
ALT Linux repos
S:1.1.19.1-alt1

Group :: Development/C
RPM: gearmand

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: gearmand-1.1.18-alt-mysql8-transition.patch
Download


--- libgearman-server/plugins/queue/mysql/queue.cc.orig	2019-03-06 06:03:20.406340118 +0000
+++ libgearman-server/plugins/queue/mysql/queue.cc	2019-03-06 05:59:10.572752419 +0000
@@ -47,6 +47,9 @@
 #include <libgearman-server/plugins/queue/base.h>
 
 #include <mysql.h>
+#if !defined(my_bool) && MYSQL_VERSION_ID >= 80001 && MYSQL_VERSION_ID < 100100
+#define my_bool bool
+#endif
 #include <errmsg.h>
 #include <cerrno>
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin