• unknown's avatar
    Fix for bug #22227: ulong not defined for client library · 6bdf3ab4
    unknown authored
      - don't use (ulong) type cast in the include/mysql_com.h as it's not 
        a standard type and might cause compilation errors on some platforms.
    
    
    include/mysql_com.h:
      Fix for bug #22227: ulong not defined for client library
        - use UL istead of (ulong) type cast.
    6bdf3ab4
mysql_com.h 16.9 KB