[libgda] mysql: using _Bool for my_bool definition on version >8.0



commit 7207308b7aa0d4869aa0bbb8357d81c08ef2ce30
Author: Daniel Espinosa Ortiz <esodan gmail com>
Date:   Wed Jan 16 12:54:29 2019 -0600

    mysql: using _Bool for my_bool definition on version >8.0

 providers/mysql/gda-mysql.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/providers/mysql/gda-mysql.h b/providers/mysql/gda-mysql.h
index a44e249ab..b1c94609c 100644
--- a/providers/mysql/gda-mysql.h
+++ b/providers/mysql/gda-mysql.h
@@ -53,7 +53,7 @@ typedef struct {
 // Makes back my_bool
 #ifdef MYSQL8
 
-typedef bool my_bool;
+typedef _Bool my_bool;
 
 #endif
 #endif


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