gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: Mysql: version check was wrong


From: gnunet
Subject: [gnunet] branch master updated: Mysql: version check was wrong
Date: Wed, 11 Jan 2023 17:35:56 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new b73a7c5da Mysql: version check was wrong
b73a7c5da is described below

commit b73a7c5da48e09bd39c1d7c1dabec269dbacd1c8
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Jan 11 17:35:34 2023 +0100

    Mysql: version check was wrong
---
 src/include/gnunet_mysql_compat.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/include/gnunet_mysql_compat.h 
b/src/include/gnunet_mysql_compat.h
index cfbd969a0..9fb9db30f 100644
--- a/src/include/gnunet_mysql_compat.h
+++ b/src/include/gnunet_mysql_compat.h
@@ -42,7 +42,7 @@ extern "C"
 #endif
 
 #ifndef LIBMARIADB
-#if MYSQL_VERSION_ID < 80000
+#if MYSQL_VERSION_ID >= 80000
 #define MYSQL_BOOL bool
 #else
 #define MYSQL_BOOL my_bool /* MySQL < 8 wants this */

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]