• unknown's avatar
    Bug#15976: Multiply warnings about unfreed memory · a3e8ea83
    unknown authored
      leaks caused by Archive storage engine not closing files and
      storage engines not receiving panic() during shutdown
    
    
    sql/ha_archive.cc:
      surplus my_close() call not neccessary as azclose() should work
    sql/mysqld.cc:
      Make sure storage engines get panic() call by moving it before plugin_free()
    storage/archive/azio.c:
      typo perhaps. azio was not closing files.
    a3e8ea83
ha_archive.cc 31.9 KB