Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37566892
en ru br
Репозитории ALT
S:1.2.23-alt1
5.1: 0.8.7c-alt1
4.1: 0.8.7a-alt2
www.altlinux.org/Changes

Группа :: Мониторинг
Пакет: cacti-spine

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: cacti-spine-1.2.0-alt-mysql8-transition.patch
Скачать


--- sql.c.orig	2019-01-13 16:47:03.571886931 +0300
+++ sql.c	2019-01-13 16:46:25.587117868 +0300
@@ -34,6 +34,10 @@
 #include "common.h"
 #include "spine.h"
 
+#if !defined(my_bool) && MYSQL_VERSION_ID >= 80001 && MYSQL_VERSION_ID < 100100
+#define my_bool bool
+#endif
+
 /*! \fn int db_insert(MYSQL *mysql, int type, const char *query)
  *  \brief inserts a row or rows in a database table.
  *  \param mysql the database connection object
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin