• unknown's avatar
    Fix for bug #26844 "Memory allocation failures ignored by slave IO thread". · a86018fd
    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.
    a86018fd
my_malloc.c 2.4 KB