Index: /branches/eam_branches/ipp-20220316/psLib/src/db/psDB.c
===================================================================
--- /branches/eam_branches/ipp-20220316/psLib/src/db/psDB.c	(revision 42353)
+++ /branches/eam_branches/ipp-20220316/psLib/src/db/psDB.c	(revision 42354)
@@ -56,5 +56,5 @@
 
 
-# if (MYSQL_VERSION_ID > 57000)
+# if (MYSQL_VERSION_ID >= 80000)
     # define MYSQL_BOOL bool
 # else
@@ -761,4 +761,5 @@
     // XXX EAM 2022.03.15 : at least in mysql 8.0.28, my_bool is gone and just bool is used
     // in 5.0 and 5.6, my_bool is char
+    // 
     return !(bool)mysql_autocommit(dbh->mysql, !mode);
 }
