mariadb/storage/archive
unknown 4019cbf602 Bug#15976: Multiply warnings about unfreed memory
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.
2005-12-25 03:29:49 -08:00
..
archive_test.c Update to add in support for AZIO. 2005-12-22 19:50:10 -08:00
azio.c Bug#15976: Multiply warnings about unfreed memory 2005-12-25 03:29:49 -08:00
azlib.h Just a few cleanup points in azio. Should solve Ubuntu compile problem. 2005-12-23 17:51:14 -08:00
Makefile.am Update to add in support for AZIO. 2005-12-22 19:50:10 -08:00