Skip to content
Snippets Groups Projects
Commit f4f81344 authored by Bertrand Bellenot's avatar Bertrand Bellenot
Browse files

From Sergey: Try to fix compilation error

parent 4b5e7630
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ typedef struct { int dummy; } MYSQL_BIND; ...@@ -25,7 +25,7 @@ typedef struct { int dummy; } MYSQL_BIND;
// MariaDB is fork of MySQL and still include definition of my_bool // MariaDB is fork of MySQL and still include definition of my_bool
// MariaDB major version is 10, therefore it confuses version ID here // MariaDB major version is 10, therefore it confuses version ID here
#ifndef MARIADB_VERSION_ID #ifndef MARIADB_VERSION_ID
#if MYSQL_VERSION_ID > 80000 #if MYSQL_VERSION_ID > 80000 && MYSQL_VERSION_ID < 100000
typedef bool my_bool; typedef bool my_bool;
#endif #endif
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment