Index: branches/eam_branches/ipp-20230313/psLib/src/db/psDB.c
===================================================================
--- branches/eam_branches/ipp-20230313/psLib/src/db/psDB.c	(revision 42760)
+++ branches/eam_branches/ipp-20230313/psLib/src/db/psDB.c	(revision 42761)
@@ -55,5 +55,5 @@
 
 /* my_bool was removed from mysql at version 8.0.1, but not from mariadb */
-# if (MYSQL_VERSION_ID >= 80100) && !defined MARIADB_VERSION_ID 
+# if (MYSQL_VERSION_ID >= 80001) && !defined MARIADB_VERSION_ID 
   # define MYSQL_BOOL bool
 # else
