Changeset 42761 for branches/eam_branches/ipp-20230313/psLib
- Timestamp:
- Dec 6, 2024, 4:56:27 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20230313/psLib/src/db/psDB.c
r42713 r42761 55 55 56 56 /* my_bool was removed from mysql at version 8.0.1, but not from mariadb */ 57 # if (MYSQL_VERSION_ID >= 80 100) && !defined MARIADB_VERSION_ID57 # if (MYSQL_VERSION_ID >= 80001) && !defined MARIADB_VERSION_ID 58 58 # define MYSQL_BOOL bool 59 59 # else
Note:
See TracChangeset
for help on using the changeset viewer.
