IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 6, 2024, 4:56:27 PM (20 months ago)
Author:
eugene
Message:

fix three build errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20230313/psLib/src/db/psDB.c

    r42713 r42761  
    5555
    5656/* my_bool was removed from mysql at version 8.0.1, but not from mariadb */
    57 # if (MYSQL_VERSION_ID >= 80100) && !defined MARIADB_VERSION_ID
     57# if (MYSQL_VERSION_ID >= 80001) && !defined MARIADB_VERSION_ID
    5858  # define MYSQL_BOOL bool
    5959# else
Note: See TracChangeset for help on using the changeset viewer.