• Christopher Powers's avatar
    Bug#47382 'mysqladmin debug' crash on 64-bit Windows · e0cb24c3
    Christopher Powers authored
    The crash occurs because SAFEMALLOC is defined for the MySQL server
    but not for the Archive or Federated engines, resulting in a 
    parameter mismatch between the function prototype and definition
    for functions using the CALLER_INFO macro.
    
    storage/archive/CMakeLists.txt:
      Set SAFEMALLOC by default to be consistent with the server.
    storage/federated/CMakeLists.txt:
      Set SAFEMALLOC by default to be consistent with the server.
    e0cb24c3
CMakeLists.txt 1000 Bytes