• unknown's avatar
    Fix for bug #26844 "Memory allocation failures ignored by slave IO thread". · 3d90a07a
    unknown authored
    Pass ME_NOREFRESH flag to an error handler in my_malloc() and _mymalloc() in case of memory allocation failure, so that it gets logged to the error log.
    
    
    mysys/my_malloc.c:
      Pass ME_NOREFRESH flag to an error handler in my_malloc() in case of memory allocation failure, so that it gets logged to the error log.
    mysys/safemalloc.c:
      Pass ME_NOREFRESH flag to an error handler in _mymalloc() in case of memory allocation failure, so that it gets logged to the error log.
    3d90a07a
my_malloc.c 2.4 KB