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