Changeset 42354
- Timestamp:
- Feb 3, 2023, 11:16:00 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20220316/psLib/src/db/psDB.c
r42353 r42354 56 56 57 57 58 # if (MYSQL_VERSION_ID > 57000)58 # if (MYSQL_VERSION_ID >= 80000) 59 59 # define MYSQL_BOOL bool 60 60 # else … … 761 761 // XXX EAM 2022.03.15 : at least in mysql 8.0.28, my_bool is gone and just bool is used 762 762 // in 5.0 and 5.6, my_bool is char 763 // 763 764 return !(bool)mysql_autocommit(dbh->mysql, !mode); 764 765 }
Note:
See TracChangeset
for help on using the changeset viewer.
