• unknown's avatar
    Hack! Compile fix to provide a "typedef" for "u_int32_t" where it is missing. · 9382f3a0
    unknown authored
    Should be replaced by a cleaner solution.
    
    
    sql/mysqld.cc:
      Hack!  "u_int32_t" is typically defined by system include files, but not everywhere.
      Replacement declaration taken from "libedit/sys.h".
      It might be better to include the BDB header file where this is done more elaborate,
      but I would rather not do this larger change.
    9382f3a0
mysqld.cc 271 KB